Add hcstat2 support to enable masks of length up to 256, also adds a filetype header

This commit is contained in:
jsteube
2017-06-23 12:13:51 +02:00
parent 120cf1d1ba
commit c59432a760
5 changed files with 81 additions and 92 deletions
+3 -2
View File
@@ -12,9 +12,10 @@
#define CHARSIZ 0x100
#define SP_HCSTAT "hashcat.hcstat"
#define SP_HCSTAT "hashcat.hcstat2"
#define SP_VERSION (0x6863737461740000 | 0x0002)
#define SP_PW_MIN 2
#define SP_PW_MAX 64
#define SP_PW_MAX 256
#define SP_ROOT_CNT (SP_PW_MAX * CHARSIZ)
#define SP_MARKOV_CNT (SP_PW_MAX * CHARSIZ * CHARSIZ)