Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

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 14 guests

JavaCard OS : Disclaimer