crypto.password.pbkdf2
(source)Functions for encrypting passwords using the PBKDF2 algorithm, as recommended
by the NIST.
See: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf
Public Variable | Short Description |
---|---|
check (clj) | Compare a raw string with a string encrypted with the [[encrypt]] function. |
encrypt (clj) | Encrypt a password string using the PBKDF2 algorithm. |