Skip to content

Commit cd9799b

Browse files
authored
Update parameters.md (#196)
1 parent 50f87e4 commit cd9799b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ But it's good to double check using *argon2-cffi*'s {doc}`cli` client, whether i
66
:::
77

88
Finding the right parameters for a password hashing algorithm is a daunting task.
9-
As of September 2021, we have the official Internet standard [RFC 9106] to help use with it.
9+
As of September 2021, we have the official Internet standard [RFC 9106] to help us with it.
1010

1111
It comes with two recommendations in [section 4](https://www.rfc-editor.org/rfc/rfc9106.html#section-4), that (as of *argon2-cffi* 21.2.0) you can load directly from the {mod}`argon2.profiles` module: {data}`argon2.profiles.RFC_9106_HIGH_MEMORY` (called "FIRST RECOMMENDED") and {data}`argon2.profiles.RFC_9106_LOW_MEMORY` ("SECOND RECOMMENDED") into {meth}`argon2.PasswordHasher.from_parameters()`.
1212

0 commit comments

Comments
 (0)