标签: android encryption cryptography encryption-asymmetric
我想问一下我是否可以在Android手机上使用非对称加密(如RSA或ECC),如何以及我应该使用的最佳库。
答案 0 :(得分:2)
因为它是Java,你可以使用Bouncy Castle Cryptographic Library:)
http://www.bouncycastle.org/java.html
您可以使用RSA或ElGamal进行非对称加密:)
http://www.bouncycastle.org/specifications.html