mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 10:56:41 +02: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
Reference in a new issue