3

I have reffered this code and successfuly created IPEK and PEK for differant TKSN and Now how do I encrypt this keys to my card reader device and how do decrypt the card information using those keys. In fact I'm not familiar with the DUKPT techniques and I was so new to that.Any suggestions will be appreciated


Note : I have BDK and Final TKSN values how do I encrypt and decrypt these values in my device ?

Dolo
  • 966
  • 14
  • 28

1 Answers1

1

Searching on the same thing and I found this example library on github: https://github.com/mburshteyn1/DUKPT

I haven't tried it myself yet but it takes BDK and KSN as input which you have.

jezzadot
  • 11
  • 1