8000 Fix spelling in NotCompromisedPassword.rst by marvinhinz · Pull Request #14442 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fix spelling in NotCompromisedPassword.rst #144 8000 42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
-->
Diff view
4 changes: 2 additions & 2 deletions reference/constraints/NotCompromisedPassword.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following constraint ensures that the ``rawPassword`` property of the

In order to make the password validation, this constraint doesn't send the raw
password value to the ``haveibeenpwned.com`` API. Instead, it follows a secure
process known as `k-anonimity password validation`_.
process known as `k-anonymity password validation`_.

In practice, the raw password is hashed using SHA-1 and only the first bytes of
the hash are sent. Then, the ``haveibeenpwned.com`` API compares those bytes
Expand Down Expand Up @@ -134,4 +134,4 @@ publicly to consider it compromised. Think carefully before setting this option
to a higher value because it could decrease the security of your application.

.. _`haveibeenpwned.com`: https://haveibeenpwned.com/
.. _`k-anonimity password validation`: https://blog.cloudflare.com/validating-leaked-passwords-with-k-anonymity/
.. _`k-anonymity password validation`: https://blog.cloudflare.com/validating-leaked-passwords-with-k-anonymity/
0