Liking cljdoc? Tell your friends :D

crypto.password.bcrypt

Functions for encrypting passwords using the widely-used bcrypt algorithm.

See: https://github.com/patrickfav/bcrypt

Functions for encrypting passwords using the widely-used bcrypt algorithm.

See: https://github.com/patrickfav/bcrypt
raw docstring

crypto.password.pbkdf2

Functions for encrypting passwords using the PBKDF2 algorithm, as recommended by the NIST.

See: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf

Functions for encrypting passwords using the PBKDF2 algorithm, as recommended
by the NIST.

See: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf
raw docstring

crypto.password.scrypt

Functions for encrypting passwords using the cutting-edge scrypt algorithm.

See: https://www.tarsnap.com/scrypt/scrypt.pdf

Functions for encrypting passwords using the cutting-edge scrypt algorithm.

See: https://www.tarsnap.com/scrypt/scrypt.pdf
raw docstring

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

× close