Increase salt length for salt of generic hash types

Remove --hex-salt support for non-generic hash types
This commit is contained in:
jsteube
2017-07-13 11:03:57 +02:00
parent c512e0c01a
commit f70da8a04c
4 changed files with 90 additions and 153 deletions
+4
View File
@@ -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