Added support of keyfiles within Keepass 1.x and Keepass 2.x
[hashcat.git] / include / types.h
index dd2c677..ef31a3e 100644 (file)
@@ -141,6 +141,10 @@ typedef struct
   u32 version;
   u32 algorithm;
 
+  /* key-file handling */
+  u32 keyfile_len;
+  u32 keyfile[8];
+  
   u32 final_random_seed[8];
   u32 transf_random_seed[8];
   u32 enc_iv[4];