Liking cljdoc? Tell your friends :D

macchiato.crypto.bcrypt


checkcljs

(check raw hash)

compares plain text password with the hash returns a boolean

compares plain text password with the hash returns a boolean
raw docstring

check-asynccljs

(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
raw docstring

encryptcljs

(encrypt raw)
(encrypt raw rounds)

salt and hash the password, defaults to 11 rounds

salt and hash the password, defaults to 11 rounds
raw docstring

encrypt-asynccljs

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close