Questions tagged [omnikey]

Omnikey is a line of products from HID Global are designed to support any smart card for any application on any computer.

17 questions
2
votes
1 answer

What does APDU response 910B mean for a DESFire EV2 card?

I am programming DESFire EV1 and DESFire EV2 cards via DESFire commands as wrapped APDUs. When a card is presented I use the GetVersion command to fetch the UID (which I then use to look up card history and to diversify keys). I send this command to…
macbutch
  • 3,241
  • 2
  • 27
  • 27
1
vote
1 answer

Omnikey 5X21 APDU write command for ultralight C

I was able to use the FFD6 command to update memory on Ultralight C, although it seems that's only possible to update the memory 15< page using this command. To write to >15 page it seems is needed to use a different command something similar to…
RPDF
  • 76
  • 8
1
vote
2 answers

Reading PACS (raw Wiegand) data with Omnikey 5022

I'm developing a Java application that connects to HID Omnikey 5022 card reader. What I need is reading PACS bits (raw Wiegand data). I have exactly the same problem with this question, I also can see the data with PACS Probe application: How to…
1
vote
0 answers

How can I read a data from OMNIKEY 3121 smart card device?

I have a software written by c++, the functionality of this software is to connect to OMNIKEY smart card, and read/write some data, I'm using a following code for read: m_Errorcode = SCard3WBPReadData(m_Handle, length, m_Data, m_ulOffset); This was…
Bassam Najeeb
  • 607
  • 2
  • 7
  • 16
1
vote
1 answer

Omnikey 5421 generic card command interface not working for Mifare plus SL1

I'm trying to switch a Mifare Plus card into SL1 mode using an Omnikey 5421, however using the "Generic card command" interface as instructed by the documentation does not seem to work (card does not return any kind of output except 0x9000 which…
0
votes
0 answers

I want to get the omnikey readear running status

I have a hid omnikey 3121 reader. I want to check what's the status of that reader if it's running or idle. Suppose if I run my program it should tell what the reader is doing. For example Reader1 - Currently running Reader2 - Idle Reader3 -…
VRP
  • 1
  • 1
0
votes
0 answers

Enable ISO/IEC 14443 Type A in omnikey 5422

I disabled ISO/IEC 14443 Type A from Omnikey workbench without knowing. Then smart card reader is not reading nfc cards. Configuration for mac os and hid omnikey workbench 2.3. I searched from some resources and it says to fix with pcsc_control but…
0
votes
0 answers

Is HID Omnikey 5321 CL workig with M1 chip?

I' m developing passport reader sw but HID Omnikey 5321 CL is not recognizing by Mac. Anybody facing that issue before? Is there any solutions about this issue? I tried to install MACOS X driver but result is same
0
votes
0 answers

Writing data to a mifare desfire card

According to this link: https://www.mifare.net/support/forum/topic/native-commands-sending-to-mifare-desfire-ev1/ I should be able to write data to a mifare desfire card using the "D6" command the public ISO commands: – INS code ‘A4’ SELECT – INS…
0
votes
2 answers

HID Omnikey 5427 CK not working in KBW mode

I use a HID Omnikey 5427 CK reader and when I switch to KBW mode, Windows stops seeing it, it appears in Device Manager as a HID input device with the error "Code 10 The device cannot be started", the CDC EEM driver is also not seen by the reader, I…
n0m3d
  • 13
  • 1
  • 6
0
votes
2 answers

Access a SmartCard iso14443A with Node.js

I´m trying to access the Information on a Mifare Smartcard(iso14443A) over a Omnikey 5321 CL reader. I tried to use the smartcard lib, but it uses an other iso standard. For accessing the Card I have to set a Application ID ( 3x hex), a key (32…
Troy
  • 1
0
votes
0 answers

C# dotnet core PCSC and the OMNIKEY 3121

I have a working application where a tachograph remotely connects with my software and authenticates with a certified "tachograph company smart card". The application works perfectly with a VDO card reader and for reasons, I'm now trying to let it…
Oscar K
  • 185
  • 1
  • 11
0
votes
1 answer

Lock Pages APDU Command OK5X21

I have been trying to lock the first 15 pages to avoid any write operation. The commands that I have tried to use are listed below: note: [0x00, 0x00, 0xFF, 0xFF] is a byte array CommandAPDU(0xFF, 0xD6, 0, 2, [0x00, 0x00, 0xFF, 0xFF]) or …
RPDF
  • 76
  • 8
0
votes
0 answers

Send APDU command for ultralight C authentication

I'm trying to authenticate to ultralight c and I'm stuck for a few days on the following: (using OK5321) I'm able to open the generic session: -> FFA0000703010001 <- 90 00 Authenticate: ->FFA00005080100F30000641A0000 <-00 00 AF 92 11 26 10 8C 1B 8E…
RPDF
  • 76
  • 8
0
votes
1 answer

How can I send APDU command using C++?

I want to make software that connecting to an HID OMNIKEY 3128 smart card "Aviator chip", I have succeed to connect this device using an API function “SCardConnect”, but according to developer guideline (Page…
Bassam Najeeb
  • 607
  • 2
  • 7
  • 16
1
2