From 1d506e32d9763c4c0095eef702f102e07d8d05b7 Mon Sep 17 00:00:00 2001 From: Joel Sutherland Date: Tue, 10 Jul 2012 11:11:16 -0400 Subject: [PATCH] Corrected PHPass capitalization and removed joke. --- _posts/07-03-01-Password-Hashing-with-Bcrypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/07-03-01-Password-Hashing-with-Bcrypt.md b/_posts/07-03-01-Password-Hashing-with-Bcrypt.md index 1a2f2f5..be9d3cc 100644 --- a/_posts/07-03-01-Password-Hashing-with-Bcrypt.md +++ b/_posts/07-03-01-Password-Hashing-with-Bcrypt.md @@ -13,7 +13,7 @@ It is important that you properly _hash_ passwords that are stored in a database There are several Bcrypt libraries for PHP that you may use. * [Read "How to Safely Store a Password" by Coda Hale][3] -* [Use Bcrypt with PHPAss][4] (odd name, I know) +* [Use Bcrypt with PHPass][4] [3]: http://codahale.com/how-to-safely-store-a-password/ [4]: http://www.openwall.com/phpass/