hash.js
Various hash functions that could be run by both browser and node
Various hash functions that could be run by both browser and node
A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.
Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)
Standard cryptographic algorithms
A Javascript implementation of the SHA-2 cryptographic hash function family.
PostCSS plugin to replace output file names with HASH algorithms (md5, sha256, sha512, etc) and string length of your choice - for cache busting
Hashing and encrypting library with no depedencies
Secure Hash Algorithms for ReasonML
Angular wrapper around https://github.com/brix/crypto-js.git
base62 encode for crypto hash algorithms: sha1, sha224, sha256, sha384 and sha512
A Javascript implementation of SHA-224 for Node.js.
Various hash functions built with es2015 modules
Secure Hash Algorithms for ReScript
how to import: ``` const sha2_224 = require('simple-js-sha2-224') ``` hashing: ``` sha2_224('hello') // ea09ae9cc6768c50fcee903ed054556e5bfc8347907f12598aa24193 ``` performance: 77.8 kh/s ~ (Core I7-7920HQ single thread)
Various hash functions that could be run by both browser and node
Various hash functions that could be run by both browser and node
A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.
Output a manifest file for cache busting.
@voken/sha
Secure Hash Algorithms for ReasonML