JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html

How to implement ElGamal key generation algorithm on javacard

Algorithm School

Moderator: UNKNwYSHSA

JCaberham
Posts: 26
Joined: Mon Nov 30, 2015 3:02 am
Points :208
Contact:

How to implement ElGamal key generation algorithm on javacard

Post by JCaberham » Tue Dec 29, 2015 11:29 pm

I'm trying to implement ElGamal key generation algorithm on javacard. And I wonder the concrete steps. I googled but find a little information.
Did anyone work on this? How Can I implement this?
Also, I don't know which type of java card I can use to do this. Could anyone recommend one product to me ? Thanks

User avatar
btwtiger
Posts: 28
Joined: Wed Jun 10, 2015 7:22 am
Points :134
Contact:

Re: How to implement ElGamal key generation algorithm on javacard

Post by btwtiger » Sun Jan 03, 2016 11:36 pm

The computations of ElGamal are very similar to RSA.
You can generate some large primes (as components of CRT private key) and do some modular arithmetic.
In addition, manual implementation will probably be slow.
Onward...

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 16 guests

JavaCard OS : Disclaimer