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.

RSA algorithem

JavaCard Applet Development Related Questions and Answers.
naresh
Posts: 20
Joined: Fri May 11, 2018 11:29 am
Points :382
Contact:

RSA algorithem

Post by naresh » Fri Jun 29, 2018 3:32 am

Good Morning,
i want to know "the length of the public RSA modulus of the ICC key in bytes" .
regards,
Thammineni Naresh

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

Re: RSA algorithem

Post by DaHuFa » Fri Jun 29, 2018 4:37 am

Public RSA key modulus length can from 64 bytes to 512 bytes. Even it can longer than 512 bytes.

happy123654
Posts: 35
Joined: Wed Jun 20, 2018 4:06 am
Points :218
Contact:

Re: RSA algorithem

Post by happy123654 » Thu Jul 05, 2018 4:28 am

There are the RSA public key from 512(bit length) to 4096(bit length) in new JAVACARD special 3.0.5

public static final short LENGTH_RSA_512 = 512;
public static final short LENGTH_RSA_736 = 736;
public static final short LENGTH_RSA_768 = 768;
public static final short LENGTH_RSA_896 = 896;
public static final short LENGTH_RSA_1024 = 1024;
public static final short LENGTH_RSA_1280 = 1280;
public static final short LENGTH_RSA_1536 = 1536;
public static final short LENGTH_RSA_1984 = 1984;
public static final short LENGTH_RSA_2048 = 2048;
public static final short LENGTH_RSA_4096 = 4096;

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: Baidu [Spider] and 18 guests

JavaCard OS : Disclaimer