Liking cljdoc? Tell your friends :D

buddy.hashers


checkclj

(check attempt encrypted)
(check attempt encrypted {:keys [limit setter prefered]})

Check if a unencrypted password matches with another encrypted password.

Check if a unencrypted password matches with another encrypted
password.
sourceraw docstring

check-passwordcljmultimethod

Password verification implementation.

Password verification implementation.
sourceraw docstring

deriveclj

(derive password)
(derive password options)

Encrypts a raw string password.

Encrypts a raw string password.
sourceraw docstring

derive-passwordcljmultimethod

Derive key depending on algorithm.

Derive key depending on algorithm.
sourceraw docstring

encryptclj

Backward compatibility alias for derive.

Backward compatibility alias for `derive`.
sourceraw docstring

format-passwordcljmultimethod

Format password depending on algorithm.

Format password depending on algorithm.
sourceraw docstring

must-update?cljmultimethod

Check if the current password configuration is succeptible to be updatable.

Check if the current password configuration
is succeptible to be updatable.
sourceraw docstring

parse-passwordcljmultimethod

Parse password from string to parts.

Parse password from string to parts.
sourceraw docstring

verifyclj

(verify attempt encrypted)
(verify attempt encrypted {:keys [limit prefered]})

Check if a unencrypted password matches with another encrypted password. Analogous to check with different call signature.

Check if a unencrypted password matches with another encrypted
password. Analogous to `check` with different call signature.
sourceraw docstring

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

× close