malak
malak

Reputation: 201

Asymmetric Crypto on 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.

Upvotes: 4

Views: 2514

Answers (1)

Jude Cooray
Jude Cooray

Reputation: 19862

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

Upvotes: 2

Related Questions