(check raw hash)
compares plain text password with the hash returns a boolean
compares plain text password with the hash returns a boolean
(check-async raw hash cb)
compares plain text password with the hash callback should accept the following arguments: err, result result is a boolean
compares plain text password with the hash callback should accept the following arguments: err, result result is a boolean
(encrypt raw)
(encrypt raw rounds)
salt and hash the password, defaults to 11 rounds
salt and hash the password, defaults to 11 rounds
(encrypt-async raw cb)
(encrypt-async raw rounds cb)
salt and hash the password, defaults to 11 rounds callback should accept the following arguments: err, result result is the hashed password
salt and hash the password, defaults to 11 rounds callback should accept the following arguments: err, result result is the hashed password
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close