1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Increase max size of input line to 0x50000

This commit is contained in:
Fist0urs 2016-04-18 18:40:13 +02:00
parent 9e8b7a1d9a
commit 2ce6fb997d

View File

@ -106,7 +106,7 @@ typedef uint32_t uint; // we need to get rid of this sooner or later, for consis
#define SPEED_CACHE 128
#define SPEED_MAXAGE 4096
#define HCBUFSIZ 0x10000 // general large space buffer size in case the size is unknown at compile-time
#define HCBUFSIZ 0x50000 // general large space buffer size in case the size is unknown at compile-time
/**
* functions