From b7cbd89d7015429ff18e9feb2761fe9ca793467b Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Tue, 25 Jan 2011 03:30:09 +0000 Subject: notes --- docs/notes.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/notes.txt b/docs/notes.txt index 8c9b28a..213b8f8 100644 --- a/docs/notes.txt +++ b/docs/notes.txt @@ -232,9 +232,13 @@ offset 169-216 ( 48 chars) - salted sha1 hash - unhex first 8 chars + password | policy file format -[passlib.policy] +[passlib] +categories = admin default = sha512-crypt -deprecate = des-crypt +deprecated = des-crypt, ext-des-crypt sha512-crypt:default-rounds = 40000 sha512-crypt:min-rounds = 30000 -sha512-crypt:max-rounds = 50000 +sha512-crypt:max-rounds = 60000 + +[passlib:admin] +sha512-crypt:default-rounds = 60000 -- cgit v1.2.1