Password Hashing: fix typo "algoithm"

This commit is contained in:
Naïm Favier
2019-03-01 12:11:52 +01:00
committed by GitHub
parent e8c464dcea
commit fa25f27975

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: