rescript-hash
Secure Hash Algorithms for ReScript
Secure Hash Algorithms for ReScript
Provides 27 hashing algorithms: md5, md4, md2, sha1, sha256, whirlpool, crc32, etc. MacOS X requires Xcode to be installed.
Create SHA hashes using streams.
Replace strings in files
JavaScript implementations of standard secure cryptographic algorithms
Generate a hash from an express Request or http.IncomingMessage
nodejs and typescript binding for goog.crypt
Cross Platform CLI File SHA-1 Hash Generator
Simple SHA1 Hashing In Pure JavaScript
Checksums plugin for Download
This is a simple SHA-512, SHA-384, SHA-512/224, SHA-512/256 hash functions for AngularJs supports UTF-8 encoding.
Inject build information (version, current SHA) into your Ember app.
Get a project's current git commit/tag via Node and Browserify
Cross Platform CLI File SHA-1 Hash Generator
Generates unique fingerprints for video files
A crypto library that is easy to use and hard to misuse
Protect your SSL web app with SHA-256 validation of CDN javascript libraries
Checksum calculator for Nodestream
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)