summaryrefslogtreecommitdiff
path: root/src/mailman/config/passlib.cfg
blob: 0564f9eb391e593543476318903f050528b003f8 (plain)
1
2
3
4
5
6
7
8
9
[passlib]
# This is the output of passlibs.apps.custom_app_context.to_string().
# See http://packages.python.org/passlib/index.html for details.
schemes = sha512_crypt, sha256_crypt
default = sha512_crypt
sha256_crypt__min_rounds = 80000
sha512_crypt__min_rounds = 60000
admin__sha256_crypt__min_rounds = 160000
admin__sha512_crypt__min_rounds = 120000