argon2_elixir
Password hasher
An Elixir wrapper around the Argon2 password hashing algorithm
Elixir wrapper for the Argon2 password hashing algorithm
229 stars
8 watching
34 forks
Language: Elixir
last commit: 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
riverrun/comeonin | Provides a specification and behaviours for password hashing libraries in Elixir. | 1,299 |
tmthecoder/argon2swift | A Swift wrapper around a reference implementation of the Argon2 password hashing algorithm | 27 |
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
ergenius/eargon2 | A library that provides a password hashing function using the Argon2 algorithm in Erlang | 6 |
ultrahorizon/pyargon2 | An implementation of Argon2 password hashing algorithm in Python | 18 |
andskur/argon2-hashing | A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
technion/ruby-argon2 | A Ruby gem providing FFI bindings and a simplified interface to the Argon2 password hashing algorithm. | 228 |
antelle/argon2-browser | A JavaScript implementation of the Argon2 password-hashing function for browser runtime | 389 |
asmod4n/mruby-argon2 | A Ruby implementation of Argon2 password hashing with customizable parameters | 1 |
cjlarose/argon2-ffi | Node.js bindings for argon2, a widely used password hashing algorithm | 63 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
trapped/elixir-rsa | Provides an easy-to-use wrapper for public key cryptography in Elixir | 35 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 174 |
jdconley/argon2themax | Library that optimizes password hashing with the Argon2 algorithm | 20 |
tmthecoder/dargon2 | Provides a unified set of libraries and interfaces for password hashing in Dart applications. | 18 |