AID of JCOP's Security Domain and meaning of “Card Not Fused” or “Not Pre-Personalized”

前端 未结 1 421
小鲜肉
小鲜肉 2020-12-22 01:30

I download a software named JCOP Manger from here to deal with my CJ3A080 jcop java card.

It recognize my card currectly. but it don\'t let

相关标签:
1条回答
  • 2020-12-22 02:18

    Before a smart card can be used, it needs to be "pre-personalized": some basic settings need to be written, ISD keys initialized, etc. If a card is not pre-personalized, it will not respond to normal APDUs. The pre-personalization process is vendor-specific and there is a chain of trust involved, so you will need to ask your card supplier for the tools, keys and documentation so you can do it.

    This blog post http://colinoflynn.com/tiki-view_blog_post.php?postId=34 explains how to know if a JCOP card has been pre-personalized, by sending a SELECT APDU to a special AID. It is probably the same command the JCOP Manager tool you used for your screenshot is sending.

    0 讨论(0)
提交回复
热议问题