cbecd9caec
FIXED: * XML, YAML marshaling/unmarshaling of pwgenerator.CharSet.
14 lines
215 B
TOML
14 lines
215 B
TOML
Letters = true
|
|
Numbers = true
|
|
Symbols = true
|
|
ExtendedSymbols = false
|
|
CountUpper = 0
|
|
CountLower = 0
|
|
CountNumber = 0
|
|
CountSymbol = 0
|
|
CountExtended = 0
|
|
DisabledCharSet = "abc😊"
|
|
MinLength = 0
|
|
MaxLength = 0
|
|
Count = 0
|