diff options
| author | Jiang Haiyun <jiang.haiyun@gmail.com> | 2016-07-04 23:02:11 +0800 |
|---|---|---|
| committer | Simon Charette <charettes@users.noreply.github.com> | 2016-07-04 11:02:11 -0400 |
| commit | 6d61ec0e1a4eb5768be5add9e1c44c89dacbfa7e (patch) | |
| tree | 63b3391e9fe789bc067a6d3c5ac9e27d855d3c89 /docs | |
| parent | 8db889eaf7dce0cb715b075be32047c1b1b316da (diff) | |
Fixed a typo in auth docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/passwords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt index 0a8f553a78..770303ac2d 100644 --- a/docs/topics/auth/passwords.txt +++ b/docs/topics/auth/passwords.txt @@ -146,7 +146,7 @@ algorithm. that ``bcrypt(password_with_100_chars) == bcrypt(password_with_100_chars[:72])``. The original ``BCryptPasswordHasher`` does not have any special handling and thus is also subject to this hidden password length limit. - ``BCryptSHA256PasswordHasher`` fixes this by first first hashing the + ``BCryptSHA256PasswordHasher`` fixes this by first hashing the password using sha256. This prevents the password truncation and so should be preferred over the ``BCryptPasswordHasher``. The practical ramification of this truncation is pretty marginal as the average user does not have a |
