Does anyone have reference code (even if pseudo-code) for decrypting data from a MagTek iDynamo encrypted card reader? The ANSI X9.24 standard is... lacking... in the pseudo-code and readability department. I have the master key, KSN, and cipher text and need to derive the session key and get to the clear text. I've implemented an algorithm similar to the one found here and added a loop based on the counter portion of the KSN but it still doesn't produce actual card track data.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
here is the DUKPT class i wrote to do what you need: |
|||
|
|