pyargon2
Password hasher
An implementation of Argon2 password hashing algorithm in Python
Simultaneously the simplest and most powerful Argon2 implemenation in Python
17 stars
3 watching
3 forks
Language: Python
last commit: 3 months 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 |
riverrun/argon2_elixir | An Elixir wrapper around the Argon2 password hashing algorithm | 229 |
technion/ruby-argon2 | A Ruby gem providing FFI bindings and a simplified interface to the Argon2 password hashing algorithm. | 228 |
asmod4n/mruby-argon2 | A Ruby implementation of Argon2 password hashing with customizable parameters | 1 |
andskur/argon2-hashing | A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
ergenius/eargon2 | A library that provides a password hashing function using the Argon2 algorithm in Erlang | 6 |
jdconley/argon2themax | Library that optimizes password hashing with the Argon2 algorithm | 20 |
thusoy/porridge | A library providing secure password storage through keyed hashing with Argon2-based passwords. | 21 |
kosprov/jargon2-api | A fluent Java API for generating and verifying password hashes using the Argon2 algorithm. | 65 |
tmthecoder/argon2swift | A Swift wrapper around a reference implementation of the Argon2 password hashing algorithm | 27 |
cjlarose/argon2-ffi | Node.js bindings for argon2, a widely used password hashing algorithm | 63 |
tvdburgt/go-argon2 | Bindings for the reference C implementation of Argon2 password hashing algorithm | 136 |
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
dwin/goargonpass | A Go library providing a secure password hashing and verification utility using the Argon2 algorithm. | 18 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 173 |