Increase salt length for salt of generic hash types
Remove --hex-salt support for non-generic hash types
This commit is contained in:
@@ -82,6 +82,10 @@ but this is nededed for VS compiler which doesn't have inline keyword but has __
|
||||
#define PW_MAX 256
|
||||
#define PW_MAX_OLD 55
|
||||
|
||||
#define SALT_MIN 0
|
||||
#define SALT_MAX 256
|
||||
#define SALT_MAX_OLD 51
|
||||
|
||||
#define HCBUFSIZ_TINY 0x1000
|
||||
#define HCBUFSIZ_LARGE 0x50000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user