bbqpool-stratum
High performance Stratum poolserver in Node.js. Optimized to build with GCC 10 and O3 / bugfixes
High performance Stratum poolserver in Node.js. Optimized to build with GCC 10 and O3 / bugfixes
High performance Stratum poolserver in Node.js
🔒 Password hashing and verification library providing single interface for SHA256, SCrypt, BCrypt, Argon2 and PBKDF2 algorithms
node-multi-hashing ===============
A re-write of the Node Multi Hashing library, which provides Javascript bindings for C/C++ based hashing algorithms.
A password hashing/verifying wrapper around the native Node.js crypto module, no external dependencies/c++ addons.
Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.
password hashing and verification using js-native scrypt
Pad/Unpad messages using Scrypt hashing algorithm.
CLI tool for creating and managing sCrypt projects.
Scrypt using MCF for both browsers and Node.js
secure-caesar cipher, is a symetric key cipher, based on caesar shift cipher. Enhanced with unicode support, custom padding, Scrypt key expander, elliptic curve support & power usage selection.
Usage ------ to create a raw hash from a string of data ```js var argon2d = require('node-hash-argon2d'); var buf = Buffer.from("someString", 'utf8'); var hash = argon2d.argon2d(buf); console.log(hash); //should return <Buffer 0d 01 c4 09 bd 11 f1
Fast 0-dependency JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2, Scrypt
Giselle cipher, is a symetric key cipher, based on the XOR, base conversion, Scrypt & One Time Pad algorithm.
Crypto building blocks.
The Supercharge hashing package
Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt
Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)