comparison roundup/configuration.py @ 7183:2de72f75f2f8

Production PBKDF rounds back to 2M, test 1k; fix empty_form (python2)
author John Rouillard <rouilj@ieee.org>
date Sun, 26 Feb 2023 15:38:49 -0500
parents e3f3f859256c
children 5c71b27aa68e
comparison
equal deleted inserted replaced
7182:0c6617db0b97 7183:2de72f75f2f8
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 '10000', 1089 '2000000',
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/