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 RSA Modulus & Exponent works in javacard if both are given in java string format

JavaCard Applet Development Related Questions and Answers.
jayasingh93
Posts: 1
Joined: Wed Jul 25, 2018 2:42 am
Points :18
Contact:

How to RSA Modulus & Exponent works in javacard if both are given in java string format

Post by jayasingh93 » Wed Jan 08, 2020 2:37 am

How to RSA Modulus & Exponent works in javacard if both are given in java string format(RSA 1024 bit)
String mod = “90852423964057822753848621261403370088993357129733218801087462576099980287978042564895945874292510348927639029935586865556973426497673013741266524150720003571724086514649223562314220334081241743303999793127341482072785546147464092758619893413473778162085500548213288954853005622547623956388880237500263919103”
String exp ="65537";

DaHuFa
Posts: 53
Joined: Mon Jun 04, 2018 5:07 am
Points :392
Contact:

Re: How to RSA Modulus & Exponent works in javacard if both are given in java string format

Post by DaHuFa » Wed Mar 11, 2020 2:36 am

Cipher = message ^e (mod n);

DaHuFa
Posts: 53
Joined: Mon Jun 04, 2018 5:07 am
Points :392
Contact:

Re: How to RSA Modulus & Exponent works in javacard if both are given in java string format

Post by DaHuFa » Wed Mar 11, 2020 2:37 am

message must smaller than n


neha31
Posts: 1
Joined: Thu Apr 02, 2020 9:11 am
Points :8
Contact:

Re: How to RSA Modulus & Exponent works in javacard if both are given in java string format

Post by neha31 » Thu Apr 02, 2020 10:03 am

Discussion really helped..!!!

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: Google [Bot] and 37 guests

JavaCard OS : Disclaimer