1,954 questions
Tooling
0
votes
1
replies
53
views
Using OSDP.Net library how to poll PD (card reader) for presence of card
In the OSDP.Net library there is ControlPanel class representing control panel (ACU), which communicates with one or several PD (card readers). Class has RawCardDataReplyReceived event, which is ...
1
vote
0
answers
66
views
C# Multithreading Issue with Simultaneous Smart Card Printing on Multiple Evolis Primacy 2 Printers
I'm developing a C# application that needs to handle simultaneous printing on 4 Evolis Primacy 2 printers with Elyctis encoders. Each printer must write to card chips and print on cards completely ...
0
votes
0
answers
100
views
How to Interface with SharePoint using Python when your login requires a certificate (CAC/PIV Card)
I'm trying to access a file folder in SharePoint directly within Python so I can see the files stored in there and manipulate them as necessary. However, I don't have a username or password to sign ...
2
votes
0
answers
64
views
Emulated Mifare Classic on NXP JCOP4 P71 Card
I have a microprocessor card (NXP JCOP 4 P71) which is a dual interface card that supports Mifare Classic emulation. My project needs a cap file loaded and some mifare data written to the sectors on ...
1
vote
1
answer
89
views
What are session objects? Where are they stored? [closed]
The question is about where session objects are created and stored - on a token or in RAM of an application that uses a pkcs11 library?
It seems that pkcs11 specification does not differentiate them ...
0
votes
0
answers
83
views
Java smartcard Internal Authentication returns error 6982
I'm trying to perform mutual authentication using Java smartcardio, to a smart card following IAS-ECC standards, but I get to the point of Internal authentication and the card returns SW error 6982 &...
2
votes
1
answer
564
views
PKCS11Exception CKR_USER_NOT_LOGGED_IN during save certificate to smart card
I would like to create and store my own root certificate on a smart card using the P-256 ECDSA encryption algorithm (secp256r1).
I managed to open access to the certificates created so far on the card ...
0
votes
1
answer
203
views
Unable to handle browser's inbuilt pfx authentication (SSL_CLIENT_AUTH_CERT) certificate popup in Playwright
(This is with reference to the answer https://stackoverflow.com/a/78943350/12876441)
I am facing same issue i.e not able to handle 'Select Certificate' pop up and click on ok button from the pop up ...
1
vote
0
answers
35
views
I have a question regarding Infineon Smart Cards that support SCP03 Protocol
For the sample Infineon card I have, when I provide FIXED_HOST_CHALLENGE = "67917EAE48AF74D3"; to the INS_INITIALIZE_UPDATE APDU command, my subsequent INS_EXTERNAL_AUTHENTICATE APDU ...
0
votes
1
answer
73
views
Yubikey and Performing admin task in Active Directory in C#
I have an app I built that helps me with some tasks such as adding users to groups, removing, creating users, deleting users, and unlocking users in Active Directory. Which all require some admin ...
0
votes
1
answer
182
views
Unpad/decode OAEP padded decrypted data
I decrypt a byte array on a smartcard and receive data back from the smartcard. This decrypted data is still in the OAEP padding. Is there a simple way in C# to "unpad" decrypted data? The ...
1
vote
2
answers
244
views
SCardTransmit returns 87 (0x57), don't know what's wrong. SCardTransmit works with SELECT and READ RECORD
Trying to send GPO with a ACR39U card reader fails with an error code of 87 (0x57), INVALID_PARAMETERS, works with other card readers. It's also working with the SELECT and READ RECORD.
Here's my APDU ...
0
votes
1
answer
239
views
read mifare classic with pyscard using Dell ControlVault 3 contactless
I have Dell Latitude 5430, which has Dell ControlVault 3 contactless smart-card reader with NFC.
Here are its specs:
Dell Broadcom Smartcard Reader
In windows device manager, they appear as:
Using ...
0
votes
1
answer
116
views
How to change Card default keys using pure APDUs?
I have developed my applet, installed and tested successfully on my target smart cards (NXP J3R180). Now I need to change card default keys as a final step, but I need it to be done along with sending ...
0
votes
3
answers
253
views
Cannot access data passed to shareable interface method in javacard
I new to javacard applet programming and trying to understand shareable interface to call a applets method in another applet. Below is my setup
sourceapplet.java is the applet where my shareable ...