Crypto-Password 0.4.0
Released under the Eclipse Public License
Library for securely hashing passwords.
Installation
To install, add the following dependency to your project or build file:
[crypto-password "0.4.0"]
Namespaces
crypto.password.argon2
Functions for encrypting passwords using the recommended argon2 algorithm.
crypto.password.bcrypt
Functions for encrypting passwords using the widely-used bcrypt algorithm.
crypto.password.pbkdf2
Functions for encrypting passwords using the PBKDF2 algorithm, as recommended by the NIST.
crypto.password.scrypt
Functions for encrypting passwords using the cutting-edge scrypt algorithm.