Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to write small demo about cryptography on Android phone. I want to use Elliptic Curve Cryptography (ECC), such as generate public/private key and Sign message (ECDSA) I see Android support some library for ECC, for example java.security.spec or Bouncy Castle. I have no experiment about Android. Please help me about this.

What I have tried:

Generate public/private key
Sign message (ECDSA)
--> using ECC on Android.
Posted
Updated 5-Feb-17 22:36pm

At this time I didn't think Curve25519 ECC was included in Android, however take a look at The Android Arsenal - Security - ECC-25519[^] This may fit your needs.

/Darren
 
Share this answer
 
Comments
Member 10390715 7-Feb-17 21:08pm    
I found some library as Bouncy Castle and Spongy Castle.
How about this?
Darren_vms 9-Feb-17 9:14am    
I believe you can use both.
Member 10390715 28-Feb-17 1:16am    
Thanks Darren

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900