Merge pull request #815 from naim42/patch-1

Password Hashing: fix typo "algoithm"
This commit is contained in:
Josh Lockhart
2019-08-17 10:59:58 -04:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ Passwords should also be individually [_salted_][5] by adding a random string to
Hashing and salting are vital as often users use the same password for multiple services and password quality can be poor. Hashing and salting are vital as often users use the same password for multiple services and password quality can be poor.
Additionally, you should use [a specialized _password hashing_ algoithm][6] rather than fast, general-purpose Additionally, you should use [a specialized _password hashing_ algorithm][6] rather than fast, general-purpose
cryptographic hash function (e.g. SHA256). The short list of acceptable password hashing algorithms (as of June 2018) cryptographic hash function (e.g. SHA256). The short list of acceptable password hashing algorithms (as of June 2018)
to use are: to use are: