1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-25 11:55:42 +00:00
This commit is contained in:
jsteube 2017-02-14 11:18:22 +01:00
commit 8ba031c60c

View File

@ -14124,7 +14124,7 @@ void seven_zip_hook_func (hc_device_param_t *device_param, hashes_t *hashes, con
// init AES
AES_KEY aes_key;
AES_KEY aes_key = { 0 };
AES_set_decrypt_key (ukey, 256, &aes_key);
AES_KEY aes_key_copied;