Android 上的非对称加密 [英] Asymmetric Crypto on Android

查看:22
本文介绍了Android 上的非对称加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想问我是否可以在 android 手机上使用非对称加密(如 RSA 或 ECC),如何使用,以及我应该使用哪些最好的库.

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.

推荐答案

因为是Java,所以可以使用Bouncy Castle Cryptographic Library :)

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

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

您可以将 RSA 或 ElGamal 用于非对称加密:)

You can use RSA or ElGamal for Asymmetric Cryptography :)

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

这篇关于Android 上的非对称加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆