1[passlib]
2schemes = des_crypt, md5_crypt, bsdi_crypt, sha512_crypt
3default = md5_crypt
4all__vary_rounds = 0.1
5bsdi_crypt__default_rounds = 25001
6bsdi_crypt__max_rounds = 30001
7sha512_crypt__max_rounds = 50000
8sha512_crypt__min_rounds = 40000
9
10