1

Has anyone been able to successfully decode the information from a MagTek uDynamo card reader on android? I have the test application working correctly, but I need to be able to decode the card number. It is DUKPT encryption.

It's for an internal school application with student ID's, so security is not a huge concern.

Thanks

Nathan Tornquist
  • 6,468
  • 10
  • 47
  • 72

1 Answers1

1

Actually, it's DUKPT Key management and TDES Encryption. If you really want to "roll your own" decryption routine you need to get your hands on the ANSI X9.24 standard. That will explain everything you need to know.

Tom
  • 11
  • 1