Rocket.Chat/packages/sha256
2025-12-22 15:17:21 -03:00
..
src chore(eslint): Unify ESLint configuration (#29896) 2023-07-26 16:59:47 -03:00
.eslintrc.json chore(sha256): Review build configuration (#37923) 2025-12-22 15:17:21 -03:00
.gitignore
CHANGELOG.md Release 7.3.0 2025-01-31 22:22:16 +00:00
jest.config.ts refactor(tests): Align Jest tests (#32550) 2024-08-11 19:38:29 -04:00
package.json chore(sha256): Review build configuration (#37923) 2025-12-22 15:17:21 -03:00
README.md
tsconfig.build.json chore(sha256): Review build configuration (#37923) 2025-12-22 15:17:21 -03:00
tsconfig.json chore(sha256): Review build configuration (#37923) 2025-12-22 15:17:21 -03:00

sha


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

Usage

SHA256(string)

Example

SHA256('meteor')

"647d177cca8601046a3cb39e12f55bec5790bfcbc42199dd5fcf063200fac1d0"