Synchronously return a digest generated from the given hash function and data.
Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check
Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check
Streamable SHA hashes in pure javascript
A collection of utilities for better-auth
Simply expose crypto md5 as a single function
Cryptographic primitives for JavaScript
Compute ripemd160 of bytes or strings.
HKDF with no dependencies using runtime's native crypto
TypeScript definitions for keygrip
node style hmacs in the browser
javascript implementation of Dunning's T-Digest for streaming quantile approximation
node style md5 on pure JavaScript
A collection of isomorphic and tree-shakeable crypto hashes and utils for xrpl.js
digest auth request plugin for fetch/node-fetch also support http basic auth authentication
Simple benchmarking tool with TAP-like output that is easy to parse
Tiny hashing module that uses the native crypto API in Node.js and the browser
Provides functions for detecting if the host environment supports the WebCrypto API
digest-stream - Simple pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)
Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.
create hashes for browserify
Tiny hashing module that uses the native crypto API in Node.js and the browser
A pure JS implementation SHA256.
implementation of crypto for the browser