rebranded the bruteforce variation method

This commit is contained in:
owein 2020-09-09 18:34:40 +02:00
parent ccd3a99765
commit 3742af00bb
3 changed files with 112 additions and 18 deletions

4
bfg.h
View file

@ -41,7 +41,9 @@ typedef struct {
char *crs; /* internal representation of charset */
char *ptr; /* ptr to the last generated password */
uint32_t disable_symbols;
uint64_t rain; /* accumulator for the rain */
uint64_t rotate;
uint64_t strafe;
/* accumulator for the rain */
} bf_option;
extern bf_option bf_options;