Asymmetric Crypto on Android

前端 未结 1 599
青春惊慌失措
青春惊慌失措 2020-12-19 17:27

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条回答
  • 2020-12-19 17:58

    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

    0 讨论(0)
提交回复
热议问题