mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-25 11:55:42 +00:00
Merge branch 'master' of https://github.com/hashcat/hashcat
This commit is contained in:
commit
8ba031c60c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user