liaod wrote:Key length [1,2,3]: 2
Key Type: 002
Key Scheme (LMK): U
Key Scheme (ZMK) [ENTER FOR NONE]: U
Enter encrypted ZMK [ENTER FOR NONE]: D6D1B96C395E9B94BAF1624D0488844A
Enter ZMK check value [ENTER TO SKIP CV TEST]: 95C76E
KEY CHECK FAILEDWhen I try to generate a TPK (2nd KG) using encrypted ZMK (from first KG), why is it telling me key check failed?
Enter the ZMK with its scheme (UD6D1... instead of D6D1...).
liaod wrote:
Generated a TMK using A0 command, then try to generate a TPK encrypted under the TMK always get a "Source Key parity Error"My program:
A00002U
Input to HSM : 0000A00002U
Output from HSM : 0000A100U8EA4E66E5D9916AD2994068820DBAD9CBFB0D9
A01002UU8EA4E66E5D9916AD2994068820DBAD9CU
Input to HSM : 0000A01002UU8EA4E66E5D9916AD2994068820DBAD9CU
Output from HSM : 0000A110
You're generating a TMK and then try to use it as a ZMK. The key type code should be 000 in the first A0 command.