argonautica is a series of libraries for hashing passwords using the cryptographically-secure Argon2 hashing algorithm.
Argon2 won the Password Hashing Competition in 2015, a several year project to identify a successor to bcrypt, scrypt, and other common cryptographically-secure hashing algorithms.
The libraries are:
Language | Library | Status |
---|---|---|
C / C++ | argonautica-c | 👍 |
Python3 / PyPy3 | argonautica-py | 👍 |
Rust | argonautica-rs | 👍 |
All of the libraries use the Rust implemenation argonautica-rs at their core.
argonautica is licensed under either of:
at your option.