python - reading facility code and card number in a HID iClass card -


I am reading a hidden iCLAS card in Python using the Rfidiot Library with an Omnikey 5427 CK reader. I can get the UID which is for example (79EF C-100FB FF12), I also used Omni's workbench to get it and they match. However, if I enable the keyboard waze mode, then I get 79-FC 100 FBFF 12E 0007130984, which includes the UID + Feature code + Cn.

I should be able to read the same result without keyboard wedge mode, but do not find any way to do this. I have tried to find an APU command, but nothing related to it could be found.

Does anyone experience with such cards?


Comments