I got an exception in the following code for AES algorithm in java.
Code decryptes an encrypted string and returns the original string.
Plz help me to fix t
Your code manages to get almost everything wrong. Just for a start, your mistakes include:
Furthermore, your code runs without exceptions for me.