View Source AshAuthentication.HashProvider behaviour (ash_authentication v3.11.10)
A behaviour providing password hashing.
Summary
Callbacks
Given some user input as a string, convert it into it's hashed form.
Attempt to defeat timing attacks by simulating a password hash check.
Check if the user input matches the hash.
Callbacks
Given some user input as a string, convert it into it's hashed form.
@callback simulate() :: false
Attempt to defeat timing attacks by simulating a password hash check.
See Bcrypt.no_user_verify/1 for more information.
Check if the user input matches the hash.