AES 128 ECB Decryption in .net C #

For my new project, I need to decrypt some files that were previously encrypted by someone else.

The information I have so far is: “Encryption is based on the Advanced Encryption Standard (AES) aes-128-ecb algorithm”, a decryption key 32 characters long (43783C6 ...), and about 10 encrypted files for verification.

Is this enough to decrypt the files?

Because I tried several decryption tools and code samples, and not one of them was able to decrypt the files ...

Did I miss something??

thank:)

+3
source share
1 answer

, , , ,

ecb (. wikipedia)

+2

All Articles