sample_config_1s.cfg 238 B

12345678
  1. [passlib]
  2. schemes = des_crypt, md5_crypt, bsdi_crypt, sha512_crypt
  3. default = md5_crypt
  4. all.vary_rounds = 10%%
  5. bsdi_crypt.max_rounds = 30000
  6. bsdi_crypt.default_rounds = 25000
  7. sha512_crypt.max_rounds = 50000
  8. sha512_crypt.min_rounds = 40000