From 8583409d34d9491553f6c8e545653842518f311c Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Tue, 17 Apr 2012 19:37:20 -0400 Subject: retuned default_rounds for a few hashes based on benchmarks --- passlib/handlers/phpass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passlib/handlers/phpass.py') diff --git a/passlib/handlers/phpass.py b/passlib/handlers/phpass.py index c093255..00a4e33 100644 --- a/passlib/handlers/phpass.py +++ b/passlib/handlers/phpass.py @@ -64,7 +64,7 @@ class phpass(uh.HasManyIdents, uh.HasRounds, uh.HasSalt, uh.GenericHandler): salt_chars = uh.HASH64_CHARS #--HasRounds-- - default_rounds = 9 + default_rounds = 16 min_rounds = 7 max_rounds = 30 rounds_cost = "log2" -- cgit v1.2.1