For my new project I have to decrypt some files that have been previously encrypted by somebody else.
The information I have so far, is : "The encryption is based on Advanced Encryption Standard (AES) Algorithm aes-128-ecb", the decryption key, 32 characters long (43783C6 ...), and about 10 encrypted files to test.
Is that enough to be able to decrypt the files ?
Because I've tried several decryption softwares and code samples, and none of them have been able to decrypt the files ...
Am I missing something ??
Thx :)