New Post: A2 command fail
Hi! You have a mistake in your A2 command. It should look like below:A2000U>L>003^0>033^1>L>003KEY COMPONENT PART 1: ^P;>L>003 KEY CHECK VALUE: ^T;>L>L>003 DO NOT DISCLOSE...
View ArticleNew Post: Problem with verification of pin block generated with ZPK
thanks Manshtein,i'll try the folowing and come back to you soon.Best regards.2014-07-18 7:44 GMT+00:00 Manshtein <[email removed]>:From: ManshteinHi! You can also try to verify the PIN block...
View ArticleNew Post: Problem with verification of pin block generated with ZPK
Hi Manshtein, sorry for my late response. i guesse the problem is the clear key i 'm using. actually i have decrypted my ZPK/ZMK as follow : with a des calculator i used the data = zpk/zmk and key =...
View ArticleNew Post: Problem with verification of pin block generated with ZPK
i also tried with format 01 as follow gen pin block = PINBlock1 = ("02" + PIN + "FFFFFFFFFF"); PINBlock2 = "0000" + AccountNumber ; PIN BLOCK = XORHexS (PINBlock1, PINBlock2); Cipher PINBLOCK =...
View ArticleNew Post: Problem with verification of pin block generated with ZPK
Hi! To decrypt ZPK you should do the following steps: 1) generate ZMK component with GC console command; 2) form ZMK component into the key in U scheme using FK console command; 3) export your ZPK...
View ArticleNew Post: Get Response from HSM using Java
I am using Java to connect to the HSM on Windows 2008 I am sending a 'GC' command for getting clear components of key. I am expecting receive something like Clear component: XXXX XXXX XXXX XXXX XXXX...
View ArticleNew Post: Thales HSM Generate key “Form key from clear components” (“FK”...
I have two clear components, generated by command 000A30303030413230303255 (it's a 000A0000A2002U in HEX mode. This is GC command from 1270A513 Issue 3 manual) using Java code Now I need to generate an...
View ArticleNew Post: Get Response from HSM using Java
Hi! If you are using java.io.DataOuputStream, it adds software header itself and uses String. Try to send command as follows:command = "0000A00002U"; out.writeUTF(command); out.flush(); String response...
View ArticleNew Post: Thales HSM Generate key “Form key from clear components” (“FK”...
Hi! Host can not accept plain components to form them into key. The only you can do is to use encrypted components under LMK. Plain components can be used only with HSM console interface. Regards, Juris
View ArticleNew Post: Thales HSM Generate key “Form key from clear components” (“FK”...
Is it possible to generate encrypted components and then decrypt them using host commands for receiving their clear values? Encrypted components I will use to generate a encrypted key using A4 command.
View ArticleNew Post: Thales HSM Generate key “Form key from clear components” (“FK”...
Hi! If you want to generate a plaintext component and after form a key using HOST interface, you can use A2 command, but, plain component is possible only to print. Printer must be attached to HSM and...
View ArticleNew Post: Thales HSM Generate key “Form key from clear components” (“FK”...
Juris, thank you for your answer.
View ArticleNew Post: PIN TRANSLATION FROM TPK TO ZPK
Hi, I able to generate TMK & TPK using TMK and on the POS terminal I am to form the pinblock & now we need to translate pin block encrypted under TPK to ZPK but I am getting error code 24 from...
View ArticleNew Post: PIN TRANSLATION FROM TPK TO ZPK
Hi! When you are generating PIN key using HC command for POS terminal you should use ANSI scheme 'X' for exported key as in example below:0000HCUA742C4D5245766BBCF3DD22E2A659FDE;XU0 If you are using...
View ArticleNew Post: M2 command failed
Hi All, I am facing problem with DUKPT Decryption. I am sending the command as per THales HSM manual, but I am getting error response as: 0000M315 Please find command below, Request you to help me...
View ArticleNew Post: "M2" comand returns error 35
Hi! Send us pls QS console command outut. Probebly there is an issue with ZEK parameters. Regards, Juris
View ArticleNew Post: New in HSM
Hi! Just download, install it and configure paths in ThalesParametrs.txt file. By default Thales simulator uses 2 ports, 9997 for Console interface and 9998 for Host interface. If you have any Host...
View Article