Page 1 of 1

How to protect applet

Posted: Sun Feb 28, 2016 4:20 am
by fwking
Hi All,

I have done my applet but I need to implement copy protection for it. I don't know how to do.
Now I can read all applets in my card via pyApdutool. And also delete. But I want to make my card fully secure. No one can read Access inside of my card. In applet side, I've added a simple manual authentication procedure. But in card side, I need help.

Thanks.

Re: How to protect applet

Posted: Sun Feb 28, 2016 10:36 pm
by mabel
Hi!

For your requirement, you can change the GP authentication keys to protect your card from accessing by others. Check GP specification for the details of PUT KEY command.

These topics are similar with your issue. JFYI:
viewtopic.php?f=15&t=174&p=370#p370
viewtopic.php?f=20&t=135

Re: How to protect applet

Posted: Mon Feb 29, 2016 5:42 am
by fwking
mabel wrote:Hi!

For your requirement, you can change the GP authentication keys to protect your card from accessing by others. Check GP specification for the details of PUT KEY command.

These topics are similar with your issue. JFYI:
http://javacardos.com/javacardforum/vie ... p=370#p370
http://javacardos.com/javacardforum/vie ... f=20&t=135


Thanks so much @mabel. I will try that.