Hi,
I have implemented dynamic key exchange for PINs using TR-31 key blocks in a Java application. I referred to this project for my implementation: GitHub Link because I don't have a document for TR-31.
However, when I compare the encrypted key block and decrypted key with BP Tool, there is a mismatch. Interestingly, it matches with the result from the above-mentioned project.
Details:
BPTool Result: A0072P0TE00E0000F5161ED902807AF26F1D62263644BD24C1E870E6F45869A71A2D1473
My Code Result: A0072P0TE00E00008A28CF44E6827C73490CE774C093461ECF5BAE517A79D35EF0BEA5E5
Issue:
My Code Result: F03C141BEC83D26B169BDCD5B22AAF8F BPTool Result: F039121BEC83D26B169BDCD5B22AAF8F
Can anyone provide assistance with this?
Appreciate your support on this matter.
Best regards,
ROBERT RONALD