fork of https://github.com/bnjjj/node-request-digest
Simply expose crypto md5 as a single function
node style md5 on pure JavaScript
digest auth request plugin for fetch/node-fetch also support http basic auth authentication
A simple MD5 hash function for JavaScript supports UTF-8 encoding.
js function for hashing messages with MD5
javascript implementation of Dunning's T-Digest for streaming quantile approximation
JavaScript MD5 implementation. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.
Lightning fast normal and incremental md5 for javascript
TypeScript definitions for md5
Node.js module for Apache style password encryption using md5.
Perform request with a digest authentication, a simple node http digest client
Provides the functionality needed for a client to use HTTP Basic or Digest authentication. Also provides primitives for parsing WWW-Authenticate and Authentication_Info headers.
TypeScript MD5 implementation
Compute the MD5 hash of AWS SQS Message Attributes
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)
Create a MD5 hash with hex encoding
Digest access authentication header helper
Digest realization for client and server. All quality of protection (qop): auth, auth-int. Encryption algorithms: MD5, MD5-sess. Based on typescript
SHA-256 hash in pure javascript
JavaScript implementation of DIGEST-MD5 SASL mechanism.
Provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39
HKDF with no dependencies using runtime's native crypto