I have two clear components, generated by command
Now I need to generate an Encrypted key from those components. The console command for it:
Is there way to generate encrypted key using clear components?
000A30303030413230303255
(it's a 000A0000A2002U
in HEX mode. This is GC
command from 1270A513 Issue 3 manual) using Java codeNow I need to generate an Encrypted key from those components. The console command for it:
FK
command (1270A513 Issue 3, page 5-14). I couldn't find any host commands for doing it. I used Host Command Reference manual (1270A351 Issue 6) and found only A4
- command, but this command for generating key from Encrypted components.Is there way to generate encrypted key using clear components?