Hi all,
I have a problem.
Someone I know encrypted a text file using AES128 by using binary key file, (He generate the binary key).
After that he uses "base64Encode" over the encryped file
I have the private binary key file.
Now, when I'm trying to decrypt the file, I do as follow...