0

I've generated a key using an HSM Thales PayShield and i have share it with a counterpart. I followed these steps:

  • i generated key usign KG console command
  • i use FK to form ZMK from clear components (received by the counterpart)
  • i exported key key under ZMK (KE command) Now, in this particular case the counterpart wants the key in clear format and no under ZMK. We are in test environment so we haven't restrictions, but is it technical possible?

I've the key encrypted LMK and under ZMK, how do I get the key in clear?

MaXbeMan
  • 21
  • 1
  • 4

1 Answers1

0

Use a cryptographic calculator to perform following action:

  1. Combine (XOR) the clear ZMK components manually to have a clear ZMK key.
  2. Use the combined ZMK key to decrypt the exported key from KG.

Or you can paste your key here.

jiarong
  • 229
  • 1
  • 2
  • 5