crypto.password.scrypt

(source)
Functions for encrypting passwords using the cutting-edge scrypt algorithm. See: https://www.tarsnap.com/scrypt/scrypt.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 scrypt algorithm.