HCdict File: Renamed file from hashcat.hcdict to hashcat.hcdict2 and add header because versions are incompatible

This commit is contained in:
jsteube
2017-09-20 10:22:18 +02:00
parent acca562e9f
commit f55446b6f3
3 changed files with 55 additions and 2 deletions
+4 -1
View File
@@ -15,7 +15,10 @@
#include <errno.h>
#include <search.h>
#define MAX_DICTSTAT 10000
#define MAX_DICTSTAT 100000
#define DICTSTAT_FILENAME "hashcat.dictstat2"
#define DICTSTAT_VERSION (0x6863646963740000 | 0x0002)
int sort_by_dictstat (const void *s1, const void *s2);