argon2-ffi
Password hasher
Node.js bindings for argon2, a widely used password hashing algorithm
Node.js bindings for argon2, the winner of the Password Hashing Competition (PHC)
63 stars
5 watching
13 forks
Language: JavaScript
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
antelle/argon2-browser | A JavaScript implementation of the Argon2 password-hashing function for browser runtime | 387 |
jdconley/argon2themax | Library that optimizes password hashing with the Argon2 algorithm | 20 |
ranisalt/node-argon2 | Bindings to the Argon2 hashing algorithm for use in Node.js applications | 1,887 |
thibaultcha/lua-argon2-ffi | A LuaJIT FFI binding for the Argon2 password hashing algorithm | 20 |
technion/ruby-argon2 | A Ruby gem providing FFI bindings and a simplified interface to the Argon2 password hashing algorithm. | 228 |
lambdapioneer/argon2kt | A software component providing an Android/Kotlin binding for the Argon2 password hash algorithm. | 79 |
andskur/argon2-hashing | A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
thibaultcha/lua-argon2 | A C-based library that provides a Lua interface to the Argon2 password hashing algorithm | 22 |
kosprov/jargon2-api | A fluent Java API for generating and verifying password hashes using the Argon2 algorithm. | 65 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 173 |
riverrun/argon2_elixir | An Elixir wrapper around the Argon2 password hashing algorithm | 229 |
khady/ocaml-argon2 | Bindings to the Argon2 password hashing algorithm | 28 |
ultrahorizon/pyargon2 | An implementation of Argon2 password hashing algorithm in Python | 17 |
tmthecoder/dargon2 | Provides a unified set of libraries and interfaces for password hashing in Dart applications. | 18 |