简体   繁体   English

如何使用3DES DUKPT解密轨道数据

[英]how to decrypt the track data using 3DES DUKPT

I am working with a piece of hardware that encrypts data using Triple Des DUKPT (ANSI Standard). 我正在使用一个使用Triple Des DUKPT(ANSI标准)加密数据的硬件。 I have access to the KSN and the encrypted track2 data from this I need the data to be decrypted. 我可以访问KSN和加密的track2数据,我需要解密数据。 Can somebody help me by providing the DUKPT C++ code/library? 有人可以通过提供DUKPT C ++代码/库来帮助我吗?

Regards 问候

user1 USER1

I started this quest a long time ago here: Decrypting DUKPT Encrypted Track Data 我很久以前在这里开始这个任务: 解密DUKPT加密跟踪数据

Here is a .Net implementation: https://github.com/sgbj/Dukpt.NET 这是一个.Net实现: 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 这是来自jPOS的java实现: https//github.com/jpos/jPOS/blob/master/jpos/src/main/java/org/jpos/security/jceadapter/JCESecurityModule.java#L1843-1856

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM