mruby-argon2
Password hasher
A Ruby implementation of Argon2 password hashing with customizable parameters
The password hash Argon2, winner of PHC for mruby
1 stars
3 watching
0 forks
Language: Ruby
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
technion/ruby-argon2 | A Ruby gem providing FFI bindings and a simplified interface to the Argon2 password hashing algorithm. | 228 |
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
ultrahorizon/pyargon2 | An implementation of Argon2 password hashing algorithm in Python | 17 |
andskur/argon2-hashing | A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
khady/ocaml-argon2 | Bindings to the Argon2 password hashing algorithm | 28 |
riverrun/argon2_elixir | An Elixir wrapper around the Argon2 password hashing algorithm | 229 |
antelle/argon2-browser | A JavaScript implementation of the Argon2 password-hashing function for browser runtime | 387 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 173 |
jdconley/argon2themax | Library that optimizes password hashing with the Argon2 algorithm | 20 |
cjlarose/argon2-ffi | Node.js bindings for argon2, a widely used password hashing algorithm | 63 |
thibaultcha/lua-argon2 | A C-based library that provides a Lua interface to the Argon2 password hashing algorithm | 22 |
riverrun/comeonin | Provides a specification and behaviours for password hashing libraries in Elixir. | 1,298 |
ergenius/eargon2 | A library that provides a password hashing function using the Argon2 algorithm in Erlang | 6 |
tmthecoder/argon2swift | A Swift wrapper around a reference implementation of the Argon2 password hashing algorithm | 27 |
tvdburgt/go-argon2 | Bindings for the reference C implementation of Argon2 password hashing algorithm | 136 |