comeonin
Password hasher
Provides a specification and behaviours for password hashing libraries in Elixir.
Password hashing specification for the Elixir programming language
1k stars
17 watching
66 forks
Language: Elixir
last commit: about 2 months ago
Linked from 2 awesome lists
argon2bcryptelixirpbkdf2
Related projects:
Repository | Description | Stars |
---|---|---|
riverrun/argon2_elixir | An Elixir wrapper around the Argon2 password hashing algorithm | 229 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
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 |
andskur/argon2-hashing | A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
riverrun/phauxth | A comprehensive authentication library for Plug-based web applications written in Elixir. | 409 |
vic/comeonin_ecto_password | An Ecto type for securely storing encrypted passwords using Comeonin. | 35 |
cjlarose/argon2-ffi | Node.js bindings for argon2, a widely used password hashing algorithm | 63 |
ergenius/eargon2 | A library that provides a password hashing function using the Argon2 algorithm in Erlang | 6 |
asmod4n/mruby-argon2 | A Ruby implementation of Argon2 password hashing with customizable parameters | 1 |
ultrahorizon/pyargon2 | An implementation of Argon2 password hashing algorithm in Python | 17 |
whitfin/jumper | A consistent hash implementation in Elixir | 12 |
thusoy/porridge | A library providing secure password storage through keyed hashing with Argon2-based passwords. | 21 |
tmthecoder/argon2swift | A Swift wrapper around a reference implementation of the Argon2 password hashing algorithm | 27 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 173 |