In my application I have a requirement to encrypt a string that can contain the characters a-z, A-Z, 0-9, underscores, periods, and dashes and then we should be able to use that encrypted string as a part of a file path ie; /mnt/sdcard/encryptedstring/file/ and then I should be able to decrypt that string too. Could you please tell me if there is any way in which this can be achieved?
Thank you.
IM using the following class for my Android App and it works like a charm:
Usage: