CardContact / sc-hsm-embedded

PKCS#11 and CSP-Minidriver library for the SmartCard-HSM and STARCOS based signature cards
BSD 3-Clause "New" or "Revised" License
95 stars 31 forks source link

Import Key from another HSM to SC-HSM (WRAP/UNWRAP) #24

Closed uae1972 closed 4 years ago

uae1972 commented 4 years ago

Hi, I have some RSA keys in SoftHSM and SafeNet HSM, and I would like to import them to SC-HSM. Usually, I should be able to export "WRAP" them under another 3DES transport key (secret key) and then, Import "UN-WRAP" them to any other HSM, but I am not sure that I can do this with SC-HSM, any suggestion?