Page 1 of 1

Cached PIN in JavaCard

Posted: Mon Aug 07, 2017 11:11 pm
by gorgekin
I have a program that sends APDU command to applet in JavaCard and receives result APDU command from Java card. Now I need to give one time PIN when I use this program.But how can I do "Cached PIN" in java card? Any help?

Re: Cached PIN in JavaCard

Posted: Tue Aug 08, 2017 5:37 am
by lostsiwonlw
Are you sure you want to do One time PIN?
"One time PIN" sounds like you are talking about an OTP (one time password). Generating these is a complex problem.