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 37a4c90 commit 8dec82cCopy full SHA for 8dec82c
reference/constraints/NotCompromisedPassword.rst
@@ -79,7 +79,7 @@ The following constraint ensures that the ``rawPassword`` property of the
79
80
In order to make the password validation, this constraint doesn't send the raw
81
password value to the ``haveibeenpwned.com`` API. Instead, it follows a secure
82
-process known as `k-anonimity password validation`_.
+process known as `k-anonymity password validation`_.
83
84
In practice, the raw password is hashed using SHA-1 and only the first bytes of
85
the hash are sent. Then, the ``haveibeenpwned.com`` API compares those bytes
0 commit comments