Add new option to disable placeholders.

With -y the use of -x ?:?:aA1 has changed to "use a, A and 1",
instead of "use all lowercase, uppercase letters and all numbers".
This commit is contained in:
Dario Lombardo 2016-08-30 15:14:42 +02:00
parent 2e8c21a9ca
commit 712defcb40
3 changed files with 92 additions and 74 deletions

1
bfg.h
View file

@ -40,6 +40,7 @@ typedef struct {
char *arg; /* argument received for bfg commandline option */
char *crs; /* internal representation of charset */
char *ptr; /* ptr to the last generated password */
unsigned int disable_symbols;
} bf_option;
extern bf_option bf_options;