mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
303d7d223e
This Ruby Gem provides FFI bindings, and a simplified interface, to the Argon2 algorithm. Argon2 is the official winner of the Password Hashing Competition, a several year project to identify a successor to bcrypt/PBKDF/scrypt methods of securely storing passwords. This is an independant project and not official from the PHC team. OK sthen@
6 lines
333 B
Plaintext
6 lines
333 B
Plaintext
This Ruby Gem provides FFI bindings, and a simplified interface, to the
|
|
Argon2 algorithm. Argon2 is the official winner of the Password Hashing
|
|
Competition, a several year project to identify a successor to
|
|
bcrypt/PBKDF/scrypt methods of securely storing passwords. This is an
|
|
independant project and not official from the PHC team.
|