Added new hash-mode 13800 = Windows 8+ phone PIN/Password
[hashcat.git] / include / types.h
index a694593..a6a15dd 100644 (file)
@@ -283,6 +283,12 @@ typedef struct
 
 } zip2_t;
 
+typedef struct
+{
+  uint salt_buf[32];
+
+} win8phone_t;
+
 typedef struct
 {
   uint P[256];