ColdHeat / iclass

Tool to read and write iclass cards without the master key
https://blog.kchung.co/reverse-engineering-hid-iclass-master-keys/
103 stars 37 forks source link

Issues with iClass and Omnikey 5321 running on Win10? #5

Open ghost opened 7 years ago

ghost commented 7 years ago

Any success running this program on Windows 10 with an Omnikey 5321? I can compile and launch the program, however it doesn't recognize the 5321. Other programs do recognize the 5321, but only after installing the newer drivers from HID.

dronenb commented 6 years ago

I got this working successfully on a 32-bit Windows 10 machine with all the latest updates. Since Windows 10 now has a built-in driver for both the Omnikey 5321 and the 6321, you have to manually point Windows to the driver installed by the package in this repository. Once you do that, it should work like a charm!

ColdHeat commented 6 years ago

@dronenb That's pretty interesting! Think you could grab some screenshots pointing out how to switch drivers?

dronenb commented 6 years ago

First, you must install the driver provided in the repo.

In device manager, you should see your Omnikey listed under "Smart card readers" Right click on the Omnikey, then select "Properties" 1

In the properties for the Omnikey, click the "Drivers" tab 2

In the drivers page, click "Update Driver" 3

Click on "Browse my computer for driver software" 4

Click on "Let me pick from a list of available drivers on my computer" 5

Click on "Have Disk..." 6 5

Click on "Browse" 6

Click on "This PC" Then select you C:\ drive 7

Click on the folder entitled "OMNIKEY" 8

Click on the folder entitled "5x21_V1_2_0_14" 9

Click on the folder entitled "W32" 10

Click on the file called "cxru0wdm" Click "Open" 11

Click "OK" in the "Install From Disk" window 12

Click "Next" in the update drivers window 13

Now if you go back into the properties of your Omnikey, you should see that the driver has been downgraded, so it should now work with the software provided in this repo! 14

guberti commented 4 years ago

Has anyone managed to get this running with a 64-bit machine?

dronenb commented 4 years ago

I haven't tried it with a 64 bit machine.... not sure if it'd work or not.

guberti commented 4 years ago

I gave it a shot, and the 2009 driver is not compatible with 64-bit Windows 10 (HID's website mentions a 64-bit version of this driver exists, but I can't find it - @Supercodegames may have a copy). The instructions above work like a charm on 32-bit Windows 10 though!