I have two simple methods that encrypt and decrypt Strings. Now the ENCRYPT seems to be wokring OK, but the DECRYPT is giving me the following error...
Error:
Now I have this working ages ago and have only just gone back to it because I need it for an App I'm working on, I think the problem is to do with the retrieved
String that is going into the Decrypter.
Here is the code for the two methods...
Encrypter
Decrypter
Any help greatly appreciated, many thanks!
KS