New format -m 13200 AxCrypt
[hashcat.git] / include / types.h
index 6d65913..3b2c7d9 100644 (file)
@@ -587,6 +587,15 @@ typedef struct
 
 } seven_zip_t;
 
+typedef struct
+{
+  u32 KEK[5];
+
+  u32 lsb[4];
+  u32 cipher[4];
+
+} axcrypt_tmp_t;
+
 typedef struct
 {
   u32  random[2];