I am working on a python script which encrypts text using 128-AES algorithm but i have a problem:
Picture shows my script processes. This works fine the thing is in the decryption when i give wrong key output decimals goes out of range of ASCII, so program can't show any text at the output.
I expected a wrong text! Is it wrong with code or it should be like that?
