Explain EMV MDK Keys Enc MAC AC

牧云@^-^@ 提交于 2019-12-04 18:45:49

EMV was implemented to make the transaction most secure and these keys do their part in Integrity, Confidentiality and Security aspect of it. As it sounds

  • Integrity is to make sure the data is not altered on transit
  • Confidentiality to make sure only the right person can access it
  • Security to ensure that it came from whom you think it is.

The heirarchy is Issuer Master Key -> Card Master Key -> Session Key.

AC is for cryptogram(ARQC), SMI for MAC(pin unblock issuer script) , and SMC(pin change issuer script) to encrypt for confidentiality.

You may derive all the keys from same IMK or different, so that makes it them related or different. You can find more information in Book 2. Look closer. At times it will be boring, but it is worth it.

EMV card uses different keys for different purpose. Keys - AC, SMI and SMC are basic keys that must be personalize in the card where AC key are more frequently used than other key SMI and SMC.

Why AC key is mostly used?

In case transaction goes online, AC key used to compute cryptogram and this cryptogram passed to HOST, host calculate the cryptogram and will match with the received one i.e. Host should have the same AC key.

what about SMI and SMC keys?

In simple term - what if user entered wrong pin multiple time,here card will be blocked, here issuer will send a script and that script will be execute to un-block the pin, we can say SMI and SMC is used for Issuer Scripting.

Secure messaging for confidentiality is used when the command data sent to the card must
be encrypted to protect sensitive data.[ sensitive data = new pin]
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!