12-10-2024, 04:58 PM
(12-10-2024, 04:43 PM)nick8606 Wrote: You need to know something about AES key. Unknown part of key may be max 6-7 bytes.
If you have only plaintext+ciphertext and you know nothing about key then you'll not be able to find key during reasonable time.
The key size is known.
Brute force probably won't work. But there is a file with probable keys (HEX).
Does HashCat contain a command interface for brute-forcing AES passwords from a file and the ability to analyze the decrypted version of the data by specific bytes?