From fa25f27975daeabefa99516ff6998efb906c9eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Fri, 1 Mar 2019 12:11:52 +0100 Subject: [PATCH] Password Hashing: fix typo "algoithm" --- _posts/10-03-01-Password-Hashing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/10-03-01-Password-Hashing.md b/_posts/10-03-01-Password-Hashing.md index dc4448d..69db229 100644 --- a/_posts/10-03-01-Password-Hashing.md +++ b/_posts/10-03-01-Password-Hashing.md @@ -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. -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) to use are: