The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/sha256
Matheus Cardoso af185f4374
chore(deps-dev): bump typescript to 5.9.2 (#36645)
5 months ago
..
src chore(eslint): Unify ESLint configuration (#29896) 2 years ago
.eslintrc.json
.gitignore
CHANGELOG.md Release 7.3.0 11 months ago
README.md
babel.config.js
jest.config.ts refactor(tests): Align Jest tests (#32550) 1 year ago
package.json chore(deps-dev): bump typescript to 5.9.2 (#36645) 5 months ago
tsconfig.build.json chore: Move models to package (#34154) 1 year ago
tsconfig.json chore: move tsconfig bases from root to a package (#35987) 7 months ago

README.md

sha


An implementation of the SHA256 secure hash function, available in all environments.

Usage

SHA256(string)

Example

SHA256('meteor')

"647d177cca8601046a3cb39e12f55bec5790bfcbc42199dd5fcf063200fac1d0"