comparison roundup/configuration.py @ 7180:e3f3f859256c

revert increase in PBKDF2 rounds to get baseline perf.
author John Rouillard <rouilj@ieee.org>
date Sun, 26 Feb 2023 12:01:53 -0500
parents be7849588372
children 2de72f75f2f8
comparison
equal deleted inserted replaced
7179:804cc66692ac 7180:e3f3f859256c
1084 "reader has a limit on the size of individual fields\n" 1084 "reader has a limit on the size of individual fields\n"
1085 "starting with python 2.5. Set this to a higher value if you\n" 1085 "starting with python 2.5. Set this to a higher value if you\n"
1086 "get the error 'Error: field larger than field limit' during\n" 1086 "get the error 'Error: field larger than field limit' during\n"
1087 "import."), 1087 "import."),
1088 (IntegerNumberGeqZeroOption, 'password_pbkdf2_default_rounds', 1088 (IntegerNumberGeqZeroOption, 'password_pbkdf2_default_rounds',
1089 '2000000', 1089 '10000',
1090 "Sets the default number of rounds used when encoding passwords\n" 1090 "Sets the default number of rounds used when encoding passwords\n"
1091 "using the PBKDF2 scheme. Set this to a higher value on faster\n" 1091 "using the PBKDF2 scheme. Set this to a higher value on faster\n"
1092 "systems which want more security.\n" 1092 "systems which want more security.\n"
1093 "PBKDF2 (Password-Based Key Derivation Function) is a\n" 1093 "PBKDF2 (Password-Based Key Derivation Function) is a\n"
1094 "password hashing mechanism that derives hash from the\n" 1094 "password hashing mechanism that derives hash from the\n"

Roundup Issue Tracker: http://roundup-tracker.org/