Crypto-Password 0.2.0

Library for securely hashing passwords.

Installation

To install, add the following dependency to your project or build file:

[crypto-password "0.2.0"]

Namespaces

crypto.password.bcrypt

Functions for encrypting passwords using the widely-used bcrypt algorithm.

Public variables and functions:

crypto.password.pbkdf2

Functions for encrypting passwords using the PBKDF2 algorithm, as recommended by the NIST.

Public variables and functions:

crypto.password.scrypt

Functions for encrypting passwords using the cutting-edge scrypt algorithm.

Public variables and functions: