开发者

Bouncy castle - implementation of encryption and decryption XML file?

开发者 https://www.devze.com 2023-02-28 21:58 出处:网络
do you know any links with simple implementations of encryption and decryption XML files? I am going to use it in Android, andso far I haven\'t found any u开发者_JS百科sefull link.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消