2 sred arqc request, Sred arqc request, 3 - command set – MagTek DynaPro Mini Programmer's99875629 User Manual

Page 26

Advertising
background image

3 - Command Set

DynaPro Mini| PIN Encryption Device | Programmer’s Reference (Commands)


Page 26

DFDF3C <Encrypted Magneprint Data><len><val>

DFDF3D <Magneprint Status><len><val>

DFDF43 <Magneprint Status Data><len><val>

DFDF50(MSR KSN Data)<len><val> /*sent in the

clear*/

DFDF51(MSR EncryptionType)<len><val>

F5<len>/* container tag for encrypted PIN data

(normally debit card)*/

99(Encrypted PIN DATA)<len><val>

DFDF41(PIN KSN Data)<len><val>

DFDF42(PIN EncryptionType)<len><val>

(Buffer if any to be a multiple of 8 bytes)
CBC-MAC (4 bytes, use MAC variant of MSR DUKPT key)

3.3.2.2 SRED ARQC Request

Begin with a two-byte header in big-endian form (MSB first) that contains the expected length of the
message after decryption, excluding data padding and CBC-MAC. Use container F9 for the MAC
structure, use container F8 within container FA for passing the encrypted ARQC message, and use the
MAC variant of the MSR DUKPT key.
AAAA /* 2-byte MSB message length excluding padding and CBC-MAC */
F9<len> /* container for MAC structure and generic data */

DFDF54(MAC KSN)<len><val>

DFDF55(MAC Encryption Type)<len><val>

DFDF25(IFD Serial Number)<len><val>

FA<len>/* container for generic data */

70<len> /*container for ARQC */

F8<len> /*container tag for encryption */

DFDF59(Encrypted Data

Primitive)<len><Encrypted Data val (Decrypt data to read tags)>

DFDF56(Encrypted Transaction Data

KSN)<len><val>

DFDF57(Encrypted Transaction Data

Encryption Type)<val>

DFDF58(# of bytes of padding in

DFDF59)<len><val>
(Buffer if any to be a multiple of 8 bytes)
CBC-MAC (4 bytes, use MAC variant of MSR DUKPT key)


The Value inside tag DFDF59 is encrypted and contains the following after decryption:

FC<len>/* container for encrypted generic data */

F4<len>/* container tag for encrypted MSR

data */

DFDF36 <EncT1status><len><val>

DFDF37 <EncT1data><len><val>

DFDF38 <EncT2status><len><val>

DFDF39 <EncT2data><len><val>

DFDF3A <EncT3status><len><val>

DFDF3B <EncT3data><len><val>

DFDF3C <Encrypted Magneprint

Data><len><val>

Advertising