summaryrefslogtreecommitdiff
path: root/docs/notes.txt
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-01-25 03:24:54 +0000
committerEli Collins <elic@assurancetechnologies.com>2011-01-25 03:24:54 +0000
commit90dff2186467ba062dba3f002f7a2c57ddc0f99b (patch)
tree43cdffda740270cd3c1ebcca7cb08ba7c5b8f029 /docs/notes.txt
parent3faafef84c2c122ae05bd71db1de9ad87c48bf23 (diff)
downloadpasslib-90dff2186467ba062dba3f002f7a2c57ddc0f99b.tar.gz
md5-crypt now uses stdlib backend if available
Diffstat (limited to 'docs/notes.txt')
-rw-r--r--docs/notes.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/notes.txt b/docs/notes.txt
index 2c14955..8c9b28a 100644
--- a/docs/notes.txt
+++ b/docs/notes.txt
@@ -233,7 +233,8 @@ offset 169-216 ( 48 chars) - salted sha1 hash - unhex first 8 chars + password |
policy file format
[passlib.policy]
-des-crypt:decpreated = true
+default = sha512-crypt
+deprecate = des-crypt
sha512-crypt:default-rounds = 40000
sha512-crypt:min-rounds = 30000
sha512-crypt:max-rounds = 50000