cbecd9caec
FIXED: * XML, YAML marshaling/unmarshaling of pwgenerator.CharSet.
16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"do_alpha": true,
|
|
"do_numeric": true,
|
|
"do_symbols": true,
|
|
"do_extended": false,
|
|
"uppers": 0,
|
|
"lowers": 0,
|
|
"numbers": 0,
|
|
"symbols": 0,
|
|
"extended": 0,
|
|
"disabled_chars": "abc😊",
|
|
"length_min": 0,
|
|
"length_max": 0,
|
|
"count": 0
|
|
}
|