New Post: Thales 9000 Encryption Method
As long as you export PIN under 3DES key the encryption algorithm has to be 3DES. Encryption mode of resulting PIN block is defined by PIN block format. Description of PIN block formats can be found in...
View ArticleNew Post: Font for PIN print
You need to send them with PA host command just before sending a print command (e.g. PE). For syntax see Print Formatting Symbols section in Host Programmer HSM manual.
View ArticleNew Post: A1 response HSM is missing the U in key under ZMK when mode in A0...
A0 command with mode 1 (generate and encrypt under ZMK) Simulator trace=== [A0], starts 19:50:58.122 ======= [Key,Value]=[Key Scheme LMK,U] [Key,Value]=[Key Scheme ZMK,Z] [Key,Value]=[Key Type,009]...
View ArticleNew Post: A1 response HSM is missing the U in key under ZMK when mode in A0...
'U' is the key scheme and it is exactly the 1A part
View ArticleNew Post: A1 response HSM is missing the U in key under ZMK when mode in A0...
teryakif wrote: 'U' is the key scheme and it is exactly the 1A part Not sure what you are stating, the U is present . The problem is the the 1A part in the response for "Key under ZMK"...
View ArticleNew Post: A1 response HSM is missing the U in key under ZMK when mode in A0...
You are right. If you have downloaded it from download tab codes are different. Try to download from source code tab and build them. It should work. They are different then in the downloads tab.
View ArticleNew Post: A1 response HSM is missing the U in key under ZMK when mode in A0...
I have used the installable version. Will try building it and use. Thanks for the tip.
View ArticleNew Post: A1 response HSM is missing the U in key under ZMK when mode in A0...
What do you guys use to build, Visual Studio 2008 is no longer available and the 2013 community edition does not like the project format. I dont use the Dev Studio environment so any tips would be...
View ArticleNew Post: How to use Keyblock LMK?
How to use Keyblock LMK instead of Variant LMK? Is it possible to use Keyblock LMK in simulator?
View ArticleNew Post: "SA" command
Does any one know how the SA (SB) command works? Cannot find any information on it, and cannot figure out myself, any help appreciated.
View ArticleNew Post: "SA" command
Hi, SA/SB command is a customisation added to 1141-0802 HSM8000 firmware - Export a key using 3DES/CBC mode. The structure of command is as follows:Command: Header - m A - command header Command code -...
View ArticleNew Post: ZPK's KCV not matching
Hi, Sorry for very late answer, but this question may be answered, because is frequently asked. You are exporting key under ZMK in scheme U, it is Thales proprietary scheme, but importing using X...
View ArticleNew Post: "SA" command
Thank you so much! Unfortunately, what I found just recently, that it looks like, the same command can be customized differently for different customers (upon request), so the same SA/SB and SC/SD...
View ArticleNew Post: Export Import ZPK/PVK
Hi to all, Sorry by this, may appear a dummy question but I don't have much experience with HSM. How can I export ZPK and PVK from one HSM to another? I know I need to use IK/KE commands, but also I...
View ArticleNew Post: Export Import ZPK/PVK
Hi, You must create a clear ZMK component(s) using console command GC and form the ZMK using console command FK on both HSMs. The ZMK key type is 000, schema U. This ZMK can be used to export and...
View ArticleNew Post: Export Import ZPK/PVK
Thanks for your help Manshtein. Only to confirm, all my check values must be the same in both HSM, right? Regards.
View ArticleNew Post: ZPK's KCV not matching
Hi, Thank you, I tried with "U" option still it is not matching. Thanks for the reply, I tried again but in vain.GENERATE CLEAR KEY1----> GC Key length [1,2,3]: 2 Key Type: 000 Key Scheme: U Clear...
View ArticleNew Post: Need Help to Configure the Runtime with Binary Download
Hi, I have downloaded the binaries as well the source viz. ThalesSim.0.9.6.Binaries and ThalesSim.Src.0.9.6. I am able to connect the HSM from my application and recieve response to the commands by...
View ArticleNew Post: generate keys
Dear all, I am a newbie to Thales HSM. I need three 128 bits keys, TPK, TMK and base key. TPK and TMK need to transmit from server side to client side over network. Therefore will be encrypted before...
View ArticleNew Post: generate keys
In addition to previous post, plain form TPK will be used to encrypt data in client side. Secondly, I am afraid keys' terminology will confuse my description on my previous post, actually I need 3 keys...
View Article