Page 1 of 1
java card performance
Posted: Thu Jan 05, 2017 10:52 pm
by Classicni
Could somebody tell me how slow 3DES or RSA algorithms will run on a java card with 8K EEPROM? Thanks in advance.
Re: java card performance
Posted: Fri Jan 06, 2017 5:37 am
by marjkbadboy
It depends on the card processor. But 8k cards are really very slow !
Re: java card performance
Posted: Sat Jan 07, 2017 4:34 am
by mabel
The performance of javacard has no direct relation with chips.Any javacard applet must be interpreted by javacard VM. It must be translated into machine code by VM, which can be understanded by hardware directly. So running speed must slow down.