argon2rs
Password hashing library
A Rust library implementing the Argon2 password hashing algorithm
The pure-Rust password hashing library running on Argon2.
173 stars
9 watching
19 forks
Language: Rust
last commit: about 5 years ago argon2argon2iargon2idcryptographypassword-hash
Related projects:
Repository | Description | Stars |
---|---|---|
andskur/argon2-hashing | A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
racum/rust-djangohashers | Provides Rust implementations of password hashing algorithms used in Django Project. | 54 |
lambdapioneer/argon2kt | A software component providing an Android/Kotlin binding for the Argon2 password hash algorithm. | 79 |
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 |
ergenius/eargon2 | A library that provides a password hashing function using the Argon2 algorithm in Erlang | 6 |
tmthecoder/dargon2 | Provides a unified set of libraries and interfaces for password hashing in Dart applications. | 18 |
technion/ruby-argon2 | A Ruby gem providing FFI bindings and a simplified interface to the Argon2 password hashing algorithm. | 228 |
rustcrypto/hashes | A collection of cryptographic hash functions written in Rust. | 1,879 |
dwin/goargonpass | A Go library providing a secure password hashing and verification utility using the Argon2 algorithm. | 18 |
cjlarose/argon2-ffi | Node.js bindings for argon2, a widely used password hashing algorithm | 63 |
asmod4n/mruby-argon2 | A Ruby implementation of Argon2 password hashing with customizable parameters | 1 |
tvdburgt/go-argon2 | Bindings for the reference C implementation of Argon2 password hashing algorithm | 136 |
rustcrypto/password-hashes | A collection of password hashing algorithms implemented in Rust. | 673 |