Search code examples
androidbouncycastle

Bouncy castle - implementation of encryption and decryption XML file?


do you know any links with simple implementations of encryption and decryption XML files? I am going to use it in Android, and so far I haven't found any usefull link.

Thanks


Solution

  • You do not use The Legion of the Bouncy Castle directly in Android. You use the javax.crypto APIs, similar to other Java environments. Here is a link to some sample code for encrypting and decrypting files with javax.crypto.

    If you have further questions on javax.crypto, I recommend tagging your questions with java instead of, or in addition to, android.