I have a XML file stored on the SDCard. I need to perform encryption and decryption on the complete file as a unit.
I have seen that Spongy Castle is a good library for the Encryption and Decryption for android. But, I could not find any cipher class to encrypt and decrypt the file as a single unit. I would be really grateful if anyone could provide some further assistance on this. Any sample code will be of great help.