Showing 1-20 of 36 packages
RustCrypto: Argon2 binding for Node.js
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)
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
An Argon2 library for Node


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)
Argon2 library compiled for browser runtime
Node.js bindings for argon2 password hashing and proof-of-work algorithm
The password hash Argon2, winner of PHC; Jean-Philippe Aumasson (2015).
Argon2 library compiled for WebAssembly runtime
An Argon2 library for Node
> This next hash is dedicated to the world!
A pure JavaScript library for parsing and converting PuTTY private key files (.ppk) to OpenSSH format. Supports all PPK versions (v2 and v3) and key types (RSA, DSA, ECDSA, Ed25519). Handles both encrypted and unencrypted keys with full MAC verification.
Password Hashing Using NodeJS' Built-in Argon2 Implementation
High-performance Argon2 hashing for React Native with TurboModules (JSI)
An Argon2 library for Node
An Argon2 library for Node
Pure JavaScript implementation of Argon2 password hashing algorithm
Implementation of the Argon2 PBKDF using WASM and TypeScript, intended to be run in clientside web applications.