Results for “Std.App.Password.Stored”
9 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Password.Stored
What a stored form was made with.
- Std.App.Password.algorithmOf
&Std.App.Password.Stored -> StrWhich algorithm made it.
- Std.App.Password.matches
Str -> &Std.App.Password.Stored -> BoolWhether a password is the one a stored form was made from.
- Std.App.Password.needsRemaking
&Std.App.Password.Stored -> BoolWhether a stored form was made with weaker settings than are used now.
- Std.App.Password.parse
Str -> Result[Std.App.Password.Stored, Std.App.Password.PasswordError]A stored form read back from that text.
- Std.App.Password.render
&Std.App.Password.Stored -> StrA stored form as one piece of text, for a column or a file.
- Std.App.Password.roundsOf
&Std.App.Password.Stored -> IntHow much work the stored form was made with.
- Std.App.Password.store
Str -> Result[Std.App.Password.Stored, Std.App.Password.PasswordError]A password in the form that proves it later without holding it.
- Std.App.Password.storeWith
Str -> Str -> Int -> Std.App.Password.StoredThe same, with the salt and work factor given.
