c,python: Add '+' to the list of special characters
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
/*
|
||||
* List of special characters (order is important)
|
||||
*/
|
||||
#define PASSGENY_SPECIAL "-./=_ "
|
||||
#define PASSGENY_SPECIAL " +-./=_"
|
||||
|
||||
/*
|
||||
* Argon2 parameters
|
||||
|
||||
Reference in New Issue
Block a user