Page 1 of 1

How to speed up RSA encryption/decryption in java card

Posted: Mon Oct 12, 2015 5:03 am
by mabel
I have already completed a java card applet implementing RSA encryption/decryption in java card.
But I find that RSA 2048 takes much more time than RSA 512 and RSA 1024.
Is there any way to speed up the RSA encryption/decryption?

Re: How to speed up RSA encryption/decryption in java card

Posted: Mon Oct 12, 2015 9:59 pm
by UNKNwYSHSA
How long time the calculation spent, Standard RSA?

Re: How to speed up RSA encryption/decryption in java card

Posted: Thu Apr 19, 2018 12:22 am
by Ponele
Are there any experiences or experiment data which could be shared? As I know the Java Card Algorithm Test tool can do this thing.