Dukpt.NET icon indicating copy to clipboard operation
Dukpt.NET copied to clipboard

A C# implementation of the Derived Unique Key Per Transaction (DUKPT) process described in ANS X9.24-2004.

Results 1 Dukpt.NET issues
Sort by recently updated
recently updated
newest added

Thanks for the great library. On the previous version, we could use: BigInt.FromHex(track).GetBytes(); on version 2, it looks like it's changed to: track.HexToBigInteger().GetBytes(); Can you confirm this is the intended...