buddy.hashers
check
(check attempt encrypted)
(check attempt encrypted {:keys [limit setter prefered], :as options})
Check if a unencrypted password matches with another encrypted password.
Should be considered as DEPRECATED.
encrypt
(encrypt & params)
Backward compatibility alias for derive
.
Should be consiered as DEPRECATED.
must-update?
multimethod
Check if the current password configuration is succeptible to be updatable.
verify
(verify attempt encrypted)
(verify attempt encrypted {:keys [limit prefered], :as options})
Check if a unencrypted password matches with another encrypted password. Analogous to check
with different call signature. Prefer this method over check
.