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 u开发者_JS百科sefull link.
Thanks
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
.
精彩评论