Std.App.Password
12 public declarations
- algorithmOf
&Std.App.Password.Stored -> StrWhich algorithm made it.
- currentRounds
IntHow much work a password stored now costs to prove.
- explain
&Std.App.Password.PasswordError -> StrWhat a refusal says.
- matches
Str -> &Std.App.Password.Stored -> BoolWhether a password is the one a stored form was made from.
- needsRemaking
&Std.App.Password.Stored -> BoolWhether a stored form was made with weaker settings than are used now.
- parse
Str -> Result[Std.App.Password.Stored, Std.App.Password.PasswordError]A stored form read back from that text.
- PasswordError
Why a password could not be stored or checked.
- render
&Std.App.Password.Stored -> StrA stored form as one piece of text, for a column or a file.
- roundsOf
&Std.App.Password.Stored -> IntHow much work the stored form was made with.
- store
Str -> Result[Std.App.Password.Stored, Std.App.Password.PasswordError]A password in the form that proves it later without holding it.
- Stored
What a stored form was made with.
- storeWith
Str -> Str -> Int -> Std.App.Password.StoredThe same, with the salt and work factor given.
