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
Guilherme Gazzo 0d68957fba
chore(deps): bump 50 patch-level deps across monorepo (#40172)
2 weeks ago
..
src chore(eslint): Unify ESLint configuration (#29896) 3 years ago
.gitignore
CHANGELOG.md Release 8.3.0 1 month ago
README.md refactor: Fork minor Meteor packages (#28337) 3 years ago
jest.config.ts refactor(tests): Align Jest tests (#32550) 2 years ago
package.json chore(deps): bump 50 patch-level deps across monorepo (#40172) 2 weeks ago
tsconfig.build.json chore(sha256): Review build configuration (#37923) 5 months ago
tsconfig.json chore(sha256): Review build configuration (#37923) 5 months ago

README.md

sha


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

Usage

SHA256(string)

Example

SHA256('meteor')

"647d177cca8601046a3cb39e12f55bec5790bfcbc42199dd5fcf063200fac1d0"