Hi @Kan_Li
Actually I'm using NXP evaluation board to implement PKE system which comes with S32K board as base station and NCF29A1 Token+ module as Keyfob.
The keyfob is pre flashed with a demo code which supports Hitag 2 encryption method (like Hitag 3 and AES).
The authentication process is as follows:
PKE authentication: Challenge + signature are received via LF interface, processed by the HITAG-2 algorithm, verified for correctness and response is transmitted via RF interface.
Command (LF):
Wake Up ID IDE (4 bytes) Data Command: 0x00 (1 byte) + Random No (4 byte) + Signature (2 byte) + CRC (1 byte)
Response (RF): Data Response (6 byte) + CRC (1 byte)
I want to implement the Hitag 2 algorithm in my base station to verify the response.
Best Regards,
Vivek Srivastava