From e85cdccfb4612ab3c20a9359999163e1e017dcab Mon Sep 17 00:00:00 2001 From: Martijn Pieters Date: Sun, 20 Feb 2011 19:12:14 +0000 Subject: [PATCH] typo. --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6a2a196..94820f2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,7 +22,7 @@ CHANGES - Remove the useless, cosmetic salt from the MD5 and SHA1 password managers, and use base64 encoding instead of hexdigests. This makes the output of these managers compatible with other MD5 and SHA1 hash implementations such - as RFC 2307 but doesn't lower it's security in any way. Checking passwards + as RFC 2307 but doesn't lower it's security in any way. Checking passwords against old, still 'salted' password hashes with hexdigests is still supported.