c,python: Add '+' to the list of special characters
This commit is contained in:
@ -13,7 +13,7 @@ from . import bhash, phogen
|
||||
PASSGENY_DEFAULT_PATTERN = "^6p^6p^6ps2p100d"
|
||||
|
||||
# List of special characters
|
||||
PASSGENY_SPECIAL = "-./=_ "
|
||||
PASSGENY_SPECIAL = " +-./=_"
|
||||
|
||||
# Default SALT to use; this cannot be random since passgeny must
|
||||
# generate predictable passwords
|
||||
|
||||
Reference in New Issue
Block a user