Hello Everybody,,
I have a code of AES encryption and decryption and it works fine for both.
When I separeate the code of AES into two codes, one for encrypt and another for decrypt.
The code of encryption works fine.
I saved output of encryption as
String in a variable.
Also I saved key into a variable.
Now, the decryption code works, But it gives me no output(null)!
Here is the code of decryption:
I don't know why it gives me no output!!!
any help please!