|
|
|
|
|
by jffry
1619 days ago
|
|
My understanding is that the key derivation function chosen, argon2, is much more expensive to compute than something like the SHA family of hashes. This is a desirable property in a KDF precisely because it makes brute forcing much more difficult. Further, argon2id incorporates strategies to make GPU parallelization less effective. Obviously this won't protect you against something like a dictionary attack, there's nothing that can magically protect you if you choose a low-entropy password, just something that can make the process more difficult. |
|