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
Tasso Evangelista 9e59265f66
ci(lint): Broken ESLint (#29599)
3 years ago
..
src refactor: Fork minor Meteor packages (#28337) 3 years ago
.eslintrc.json refactor: Fork minor Meteor packages (#28337) 3 years ago
.gitignore refactor: Fork minor Meteor packages (#28337) 3 years ago
README.md refactor: Fork minor Meteor packages (#28337) 3 years ago
babel.config.js refactor: Fork minor Meteor packages (#28337) 3 years ago
jest.config.ts refactor: Fork minor Meteor packages (#28337) 3 years ago
package.json ci(lint): Broken ESLint (#29599) 3 years ago
tsconfig.build.json refactor: Fork minor Meteor packages (#28337) 3 years ago
tsconfig.json refactor: Fork minor Meteor packages (#28337) 3 years ago

README.md

sha


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

Usage

SHA256(string)

Example

SHA256('meteor')

"647d177cca8601046a3cb39e12f55bec5790bfcbc42199dd5fcf063200fac1d0"