snowch / hsm-guide

HSM documentation
Creative Commons Zero v1.0 Universal
143 stars 58 forks source link

Encrypt MDK under ZMK #18

Open jony057 opened 5 years ago

jony057 commented 5 years ago

Dear, VISA has been provided ZCMK three clear component. Also VISA send us MDK. VISA provide us MDK clear component. We need to encrypt this MDK under ZMK. We take below mention steps,

  1. Using "FK" command we generate ZMK from ZCMK.
  2. Using "FK" command we encrypt MDK from clear component MDK.
  3. Using "KE" command we encrypt MDK under ZMK. But the KCV isn't same as VISA provided. Could you please help us.
lacisjur commented 5 years ago

Hi,

MDK is encrypted under ZMK, Visa provided. You must import it using IK command.

jony057 commented 5 years ago

Thanks for the information.