simple-js-sha2-224
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)
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)
Simple SHA3 Hashing In Pure JavaScript
Get a consistent sha1 hash for a JSON object in both browser and node
File hash for file cloud computing
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
This module allows you to sign anything with a private key stored on PKCS #15 smartcard.
how to import: ``` const sha2_512 = require('simple-js-sha2-512') ``` hashing: ``` sha2_512('hello') // 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 ```
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 ```
Node checksum utility - Simple as Useful
A Node.js C++ extension for Keccak
A Node.js C++ extension for SHA-3 (Keccak)
The Sha3-Sha3 Miner for Fintom Blockchain
Hashes the results of an http request
<div align="center">
Basic library for javascript/typescript.
Digest stream or file with any hashing algorithm
Common layer to be used by crypto libraries based on WebCrypto API for input validation.
Simple NPM module to undo/reverse a SHA-256 hash (sometimes)
A CLI tool for computing sha256, sha384, sha512 sum or SRI of a file or stdin