在Android上非对称加密非对称、Android

2023-09-05 00:29:46 作者:大男子主义ヾ

我想问一下,如果我可以使用非对称加密(例如RSA或ECC)在Android手机,怎么样,什么是我应该用最好的库。

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中,你可以使用充气城堡加密程序库:)

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