简体   繁体   English

第一张 Auth Mifare Plus 卡

[英]First Auth Mifare Plus cards

Does anyone have idea about AuthenticateFirst command with SL3 switch key?有没有人知道AuthenticateFirst命令与 SL3 开关键?

I managed to get 16 bytes (Kx, RndB) response using below command:我设法使用以下命令获得 16 字节(Kx, RndB)响应:

|Cmd|KeyBNr|LenCap|

now I created a random 16-byte RndA to sent on second command with the first command response like below :现在我创建了一个随机的 16 字节 RndA 来发送第二个命令,第一个命令响应如下:

|Cmd|RndA + previous response(Kx, RndB)|

giving me Invalid RndB' or wrong key error.给我无效的RndB'或错误的键错误。

I did some research and got to know that I've to convert RndB to RndB' before sending the second command using encryption.我做了一些研究,并知道在使用加密发送第二个命令之前,我必须将RndB转换为RndB' Does anyone have any idea about this?有没有人对此有任何想法?

Please guide me right direction as I am completely new to this!请指导我正确的方向,因为我对此完全陌生!

RndB 旋转 8 位(第一个字节移动到 RndB 的末尾),这产生了 RndB' - 这就是我的理解

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM