Back

encrypt (clj)

(source)

function

(encrypt raw) (encrypt raw work-factor)
Encrypt a password string using the BCrypt algorithm. The optional work factor is the log2 of the number of hashing rounds to apply. The default work factor is 11.

Examples