/usr/lib/python2.7/dist-packages/passlib/default.cfg is in python-passlib 1.5.3-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | [passlib]
#
# this is the PassLib default policy configuration, used by CryptContext
# objects which don't have an explicit base policy specified.
# the goal of this default configuration is not to set any preferred schemes,
# but provide sane defaults (eg rounds) for all the supported algorithms.
#
#TODO: need to generate min rounds for specific cpu speed & verify time limitations
all.vary_rounds = 10%%
bsdi_crypt.default_rounds = 30000
bcrypt.default_rounds = 10
sha1_crypt.default_rounds = 30000
sun_md5_crypt.default_rounds = 30000
sha256_crypt.default_rounds = 30000
sha512_crypt.default_rounds = 30000
ldap_bsdi_crypt.default_rounds = 30000
ldap_bcrypt.default_rounds = 10
ldap_sha1_crypt.default_rounds = 30000
ldap_sun_md5_crypt.default_rounds = 30000
ldap_sha256_crypt.default_rounds = 30000
ldap_sha512_crypt.default_rounds = 30000
phpass.default_rounds = 10
|