문제

I am working with a piece of hardware that encrypts data using Triple Des DUKPT (ANSI Standard). I have access to the KSN and the encrypted track2 data from this I need the data to be decrypted. Can somebody help me by providing the DUKPT C++ code/library?

Regards

user1

올바른 솔루션이 없습니다

다른 팁

I started this quest a long time ago here: Decrypting DUKPT Encrypted Track Data

Here is a .Net implementation: https://github.com/sgbj/Dukpt.NET

Here is a java implementation from jPOS: https://github.com/jpos/jPOS/blob/master/jpos/src/main/java/org/jpos/security/jceadapter/JCESecurityModule.java#L1843-1856

Good luck!

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