We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c1114 commit b0cc634Copy full SHA for b0cc634
scrypt/src/params.rs
@@ -87,8 +87,8 @@ impl Params {
87
})
88
}
89
90
- /// Recommended values sufficient for most use-cases
91
- /// - `log_n = 15` (`n = 32768`)
+ /// Recommended values according to the [OWASP cheat sheet](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#scrypt)
+ /// - `log_n = 17` (`n = 131072`)
92
/// - `r = 8`
93
/// - `p = 1`
94
pub fn recommended() -> Params {
0 commit comments