Asymmetric Crypto on Android

懵懂的女人 提交于 2019-11-28 04:58:48

问题


I would like to ask if i can use Asymmetric Crypto (like RSA or ECC) on android mobile phones, how, and what are the best libraries i should use.


回答1:


Because it is Java, you can use the Bouncy Castle Cryptographic Library :)

http://www.bouncycastle.org/java.html

You can use RSA or ElGamal for Asymmetric Cryptography :)

http://www.bouncycastle.org/specifications.html



来源:https://stackoverflow.com/questions/3127267/asymmetric-crypto-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!