Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Authentication Failed #2

Open
hidnoob opened this issue Oct 10, 2016 · 7 comments
Open

Error: Authentication Failed #2

hidnoob opened this issue Oct 10, 2016 · 7 comments

Comments

@hidnoob
Copy link

hidnoob commented Oct 10, 2016

When I run iclass read using OMNIKEY 5321 V2 CLi and Windows XP in a Virtualbox, the error is shown Error: Authentication failed

In the original iclassified, running main shows some data, followed by the same error Error: Authentication failed.

What will you suggest?

@demsona
Copy link

demsona commented Nov 15, 2016

Hi Hidnoob,

I also got the same error as you on the same Omnikey device, both in a XP vm, and also on win7.
I suspect that HID has patched up their latest drivers available on their hidglobal.com site, and the latest drivers actually updated the firmware of the Omnikey device, which then subsequently disabled this vulnerability from occurring.

Can you help confirm:

  • if you know how to check the firmware of the card reader (which is different from the drivers version on windows)
  • if you have loaded a recent drivers directly from hid's website

Thanks.

@ColdHeat
Copy link
Owner

Sorry this must've slipped by.

So if authentication fails you might have a high security iClass card. This code will not work for those readers and you really won't be able to find a completely packaged solution to read every high security iClass card.

When you put the card near the reader (without running the code), does the reader blink?

@demsona
Copy link

demsona commented Nov 17, 2016

Absolutely, ContactlessDemoVC.exe reports it as an iclass 2ks card.

@jnam10
Copy link

jnam10 commented Mar 25, 2017

anyone fixed it ??!

@rapidnetrick
Copy link

Hello, I just used this a few days ago, on a standard card and it worked fine. I was able to read, and close a card. I am running WinXPsp3 in a VM. I assume you have the correct older drivers, and API? What firmware does your OMNIKEY 5321 V2 CLi have? Mine is 5.0, and I am using the OMNIKEY 6321 Cli, although that shouldn't matter.

@MacGyver1rjq104
Copy link

Does anyone know if this will work with the HID iclass DL cards?

@guberti
Copy link

guberti commented Oct 4, 2020

@MacGyver1rjq104 Yes, I have the code working with HID iCLASS DL cards.

I've also tried it with some HID Elite keys, and verified it gives Error: Authentication failed, but this is expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants
@ColdHeat @guberti @MacGyver1rjq104 @rapidnetrick @hidnoob @demsona @jnam10 and others