apdu
How to send APDU command using T=CL(ISO7816) protocol with ISO14443 layer
I want connect with card on T=CL protocol with ISO14443A layer. And, for example, send to it APDU-command { 0xFF, 0xCA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } - it must return card ID.[详细]
2023-04-05 14:21 分类:问答What is the meaning of 6E 00 when I send a command to a SmartCard
I try to access a SmartCard via C++. I got already the Connection and the CardHandle. But when I send an APDU Command via SCardTransmit, i\'ll get 6E 00 as开发者_StackOverflow the answer from the car[详细]
2023-03-18 09:59 分类:问答Updating binary data on a smartcard on an offset higher than 32767
Can anyone help me with the layout of the data field in an Odd INS UPDATE BINARY command? Specification tells \"\'54\' \'02\' {Offset data object in file} || \'5开发者_运维百科3\' L53 {Discretionary d[详细]
2023-03-04 12:23 分类:问答Java card function to get a smart cards GUID/UUID?
I am trying to write a simple javacard app that allows you to read the cards GUID/UUID using a simple APDU command.[详细]
2023-02-02 19:08 分类:问答Java Card: Problems selecting app with APDUtool
I\'m using Eclipse with EclipseJCDE. I made a simple java card applet as a .cap file to install on the simulator. I don\'t know if the installation failed because the download script is a bunch of AD[详细]
2023-01-18 02:24 分类:问答Get access to specific ADPU functions from cryptoApi or CAPICOM using 3rd party CSP
I have tried for the last 2 months without success and I think it\'s time I ask here. I have a smart card and got a CSP from my client.[详细]
2023-01-13 10:12 分类:问答Select AID command is not working
I am working toan application to read EMV card using C#. I use Winscard.dll . and i established the conncetion - Selected the reader - connect to card and get ATR .[详细]
2023-01-12 10:32 分类:问答Select EF on a smart card via its SFI
Some smart cards offer the option to reference a file by an SFI (short file identifier), which is a 5-bit n开发者_运维百科umber. In contrast, a typical file identifier is 2 bytes long.[详细]
2023-01-10 01:39 分类:问答apduToolTask cannot be found
i am new to java card platform and presently i am using java card classic edition v 3.0.1 and when i am using Apache ANT command - ant all to build the build.xml file, i am getting the following error[详细]
2023-01-08 05:10 分类:问答Smart Cards Development
I need a \'开发者_如何学Pythonjava\' source code on how to extract a cap file from the computer and divide it into blocks in order to send it using APDUs to the smart card to install or load or delete[详细]
2022-12-22 14:37 分类:问答