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 verify that the RSA calculation process is under attack

JavaCard Applet Development Related Questions and Answers.
BirdKing
Posts: 86
Joined: Wed Nov 04, 2015 7:23 am
Points :656
Contact:

How to verify that the RSA calculation process is under attack

Post by BirdKing » Wed Apr 18, 2018 6:22 am

Hello everyone

I have a problem with RSA on javacard. How to verify that the RSA calculation process is under attack ?
Again RSA ? Does anyone have a better way?

jennyvenus
Posts: 24
Joined: Sun Aug 23, 2015 11:14 pm
Points :420
Contact:

Re: How to verify that the RSA calculation process is under attack

Post by jennyvenus » Wed Apr 18, 2018 9:41 pm

The security of the algorithm is ensured by the javacard os platform. In the applet layer, you can catch the exception of the api

wumindejia
Posts: 55
Joined: Thu Sep 22, 2016 5:05 am
Points :784
Contact:

Re: How to verify that the RSA calculation process is under attack

Post by wumindejia » Thu Apr 19, 2018 1:34 am

Does not call rsa authentication interface(verify).You can decrypt rsa ciphertext, and then judge the decryption result.

BirdKing
Posts: 86
Joined: Wed Nov 04, 2015 7:23 am
Points :656
Contact:

Re: How to verify that the RSA calculation process is under attack

Post by BirdKing » Mon May 14, 2018 6:28 am

wumindejia wrote:Does not call rsa authentication interface(verify).You can decrypt rsa ciphertext, and then judge the decryption result.

your way is very interesting. But I mean is how to detect attack during the RSA process or after the RSA process.

rhino
Posts: 1
Joined: Fri May 11, 2018 11:44 am
Points :8
Contact:

Re: How to verify that the RSA calculation process is under attack

Post by rhino » Mon May 14, 2018 12:45 pm

I guess that his method maybe takes effect. If some attack is running, the final result might not be right. But the new question is how to assure that the decrypting process which isn't being attacked.

BirdKing
Posts: 86
Joined: Wed Nov 04, 2015 7:23 am
Points :656
Contact:

Re: How to verify that the RSA calculation process is under attack

Post by BirdKing » Tue May 15, 2018 2:32 am

In this way, the padding algorithm maybe premeditated. And, in algorithm library, cipher and signature is same.

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 9 guests

JavaCard OS : Disclaimer