js-sha256
A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.
A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.
This is a simple SHA-512, SHA-384, SHA-512/224, SHA-512/256 hash functions for JavaScript supports UTF-8 encoding.
Isomorphic Cryptography Library for AES, HMAC and SHA2
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)
Port of TweetNaCl cryptographic library to TypeScript (and ES6)
A Javascript implementation of the SHA-2 cryptographic hash function family.
simple js sha2 (256bit) implementation
A Javascript implementation of SHA-224 for Node.js.
Secure hash algorithms like md5, sha1, sha2
This is a simple SHA-512, SHA-384, SHA-512/224, SHA-512/256 hash functions for AngularJs supports UTF-8 encoding.
command line tool for calculating hash values of strings or files
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)
A package to perform SHA hash functions over arbitrary objects. It creates an array of the obejct values ordered by the object keys, the stringify it and then hash it. The output is given in a hexadecimal string
simple js sha2 implementation (includes 224bit, 256bit, 384bit, 512bit)
how to import: ``` const sha2_384 = require('simple-js-sha2-384') ``` hashing: ``` sha2_384('hello') // 59e1748777448c69de6b800d7a33bbfb9ff1b463e44354c3553bcdb9c666fa90125a3c79f90397bdf5f6a13de828684f ```
how to import: ``` const sha2_512 = require('simple-js-sha2-512') ``` hashing: ``` sha2_512('hello') // 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 ```
Simple NPM module to undo/reverse a SHA-256 hash (sometimes)
how to import: ``` const HashStore = require('simple-js-hash-store') const hashStore = new HashStore('./data') ``` storing data ``` const reference = hashStore.save('test') ``` if memory encombered you can remove a specific item from memory using it's ref
This is a simple SHA-420 hash function for JavaScript supports UTF-8 encoding.
A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.