mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-29 15:04:43 -04:00
docs: added comment specifying what the settings for Argon2 mean
This commit is contained in:
parent
ce937c5e5a
commit
1e31761335
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ impl Service<'_> {
|
|||
RoomVersionId::V5,
|
||||
RoomVersionId::V11,
|
||||
];
|
||||
// 2432 Kib blocks, iterations = 2, parallelism = 1 for more info https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#argon2id
|
||||
let argon = Argon2::new(
|
||||
argon2::Algorithm::Argon2id,
|
||||
argon2::Version::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue