문제

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.

도움이 되었습니까?

해결책

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

https://github.com/mburshteyn1/DUKPT

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top