Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.86 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.86 KB

Build Status Github.com License

Overview

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.

License

argonautica is licensed under either of:

at your option.