From aa5a479ebd92022691fe5ca933bedc2c81e7773c Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Fri, 7 Oct 2011 21:39:00 -0400 Subject: bcrypt padding work: * added changelog entry re: issue & fix * bcrypt now warns about padding bits in digest as well * bcrypt.normhash() now normalizes salt padding bits, digest padding bits, and rounds zero-padding * hash_needs_update() will now flag unclean bcrypt hashes as needing an update * UTs for hash_needs_update(), and digest padding bit handling --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index ac25f48..7e3cc34 100644 --- a/.hgignore +++ b/.hgignore @@ -7,3 +7,4 @@ glob:build glob:dist glob:*$py.class glob:MANIFEST +glob:.tox -- cgit v1.2.1