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.

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.

share|improve this question

1 Answer

here is the DUKPT class i wrote to do what you need:

https://github.com/mburshteyn1/DUKPT

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.