Asymmetric Crypto on Android
Asked Answered
D

1

4

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.

Defloration answered 27/6, 2010 at 11:58 Comment(0)
C
2

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

Crisis answered 27/6, 2010 at 12:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.