crypto.password.bcrypt

(source)
Functions for encrypting passwords using the widely-used bcrypt algorithm. See: https://github.com/patrickfav/bcrypt
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 BCrypt algorithm.