mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Increase HCBUFSIZ_TINY because some very long hashes can have more than 256 byte. Not an ideal solution
This commit is contained in:
parent
602576a126
commit
86d62e418e
@ -67,7 +67,7 @@ but this is nededed for VS compiler which doesn't have inline keyword but has __
|
||||
#define PW_DICTMAX 31
|
||||
#define PW_DICTMAX1 (PW_DICTMAX + 1)
|
||||
|
||||
#define HCBUFSIZ_TINY 0x100
|
||||
#define HCBUFSIZ_TINY 0x1000
|
||||
#define HCBUFSIZ_LARGE 0x50000
|
||||
|
||||
#define CPT_CACHE 0x20000
|
||||
|
Loading…
Reference in New Issue
Block a user