Hello,
I am trying to generate a triple DES ZPK with the following command:
xxxxIAT5E221938B9C6ECBFB606334442F275BA33B643EFC679879E;TT0
but the response that I get is
xxxxIB26 (meaning "invalid key scheme")
If I issue the equivalent command for "double" DES:
xxxxIAT5E221938B9C6ECBFB606334442F275BA33B643EFC679879E;UU0
I get a valid response from the simulator:
xxxxIB00U23EB218CFCAD3B77A631790C8819E21BUF9B841D0810889D2E936D07C8BB7A978D308CFB939562197
I suppose it means the simulator can generate only "double" DES ZPKs, not triple DES, is it true? If not, what can I do to generate it? It didn't work for ";YY0" too. I am using the default LMKs for the simulator.
Thanks for any help...