Open Platform Javascript Library
A pure JS implementation SHA256.
JavaScript library of crypto standards.
SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.
Minimalistic tools for JS crypto modules
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
Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
TypeScript definitions for crypto-js
aes, for browserify
The insecure key derivation algorithm from OpenSSL
Provides functions for detecting if the host environment supports the WebCrypto API
adds node crypto signing for browsers
A fast implementation of Node's `crypto` module written in C/C++ JSI
A package that contains an array of every single file extension there is for binary files
A package that contains an array of every single file extension there is for text files
random bytes from browserify stand alone
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
implementation of crypto for the browser
Generate massive amounts of fake contextual data
node style hmacs in the browser
abstract base class for hash-streams
Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.