Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the functionality of ZMK or ZCMK in HSM?

Tags:

hsm

I want to know in brief about Zone Master Key or Zone Control Master Key in Hardware/Host Security Module.Can someone explain please?

like image 443
Md. Ilyas Hasan Mamun Avatar asked Feb 24 '17 07:02

Md. Ilyas Hasan Mamun


1 Answers

Zone Master Key(ZMK) is just another Des key. It is used to transfer keys between HSMs.

HSM <-> Zone <-> HSM

If you want to transfer a key between HSMs you have to have the same ZMK in each HSM. Transferred keys are encrypted under ZMK outside of HSM so ZMK is an important key and it is generally transferred between HSMs in 3 component form. Firstly generate a ZMK key, Export ZMK in 3 components, and send those components to other HSM with 3 different key officers. When key officers imported those 3 components to other Hsm you are ready to send your keys to other HSM. You export your key under this ZMK and send your key (XKeyUnderZMK) key to another HSM. They could import your key to their HSM because they have the same ZMK.

like image 150
Ahmet Arslan Avatar answered Sep 22 '22 15:09

Ahmet Arslan