smartcard

Upload a .cap file on Smart Card?

孤街醉人 提交于 2019-12-02 06:25:14
问题 I have a fresh card with the below code as its ATR. 3B 68 00 00 00 73 C8 40 12 00 90 00 I searched this ATR in google and finally I know this is a "Brazilian e-CPF card". the question is how I can use this card? I mean what APDUs for example it supports? is there any datasheet for it? is it a javacard? [if yes] how I can upload a .cap file in it? is there any default key for it? and a lot of this kind of questions. the mainly question is that : what kind of data I can gain from an ATR? btw I

Using smartcard through rdp (Raspberry) [closed]

不羁的心 提交于 2019-12-02 04:05:31
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Hi I present my setup and then I show the problems: Raspberry Pi Model 2 (Client RDP) -----------> Desktop DELL (Server RDP) SO: Raspbian Wheezy -------------------------> SO: Windows 7 Smartcard reader integrated in DELL Keyboard connected to Raspberry. Now the problem: When I use the smartcard reader in the

Upload a .cap file on Smart Card?

自作多情 提交于 2019-12-02 01:12:18
I have a fresh card with the below code as its ATR. 3B 68 00 00 00 73 C8 40 12 00 90 00 I searched this ATR in google and finally I know this is a "Brazilian e-CPF card". the question is how I can use this card? I mean what APDUs for example it supports? is there any datasheet for it? is it a javacard? [if yes] how I can upload a .cap file in it? is there any default key for it? and a lot of this kind of questions. the mainly question is that : what kind of data I can gain from an ATR? btw I use ACR38 SmartCard reader. and I create a .cap javacard program in Eclipse. Next Question: I use GPJ

Using smartcard through rdp (Raspberry) [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 01:03:42
Hi I present my setup and then I show the problems: Raspberry Pi Model 2 (Client RDP) -----------> Desktop DELL (Server RDP) SO: Raspbian Wheezy -------------------------> SO: Windows 7 Smartcard reader integrated in DELL Keyboard connected to Raspberry. Now the problem: When I use the smartcard reader in the host (Desktop DELL) with the keyboard connected and with DNIe (spanish identity document) introduced in it functions. I can go to my explorer and I see the certificates. Now I connect to the Raspberry and via RDP I see the screen of the host (Windows 7) in Raspberry's screen. Then I

javax.smartcardio - javadocs

匆匆过客 提交于 2019-12-02 00:00:52
问题 I'm studying the javax.smartcardio classes. I'm using eclipse 3.6 and I have JDK 6 SE. I can use the statement import javax.smartcardio.* or any of its individual classes, as long as I change preferences to warn or ignore forbidden references. I don't see any mention of javax.smartcardio in the standard documentation at Java SE 6 and no javadoc help pops up in eclipse. I have found docs here. Is there a way of linking Eclipse to the javadocs for smartcardio? 回答1: I've asked Sun back in the

javax.smartcardio - javadocs

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-01 22:27:39
I'm studying the javax.smartcardio classes. I'm using eclipse 3.6 and I have JDK 6 SE. I can use the statement import javax.smartcardio.* or any of its individual classes, as long as I change preferences to warn or ignore forbidden references. I don't see any mention of javax.smartcardio in the standard documentation at Java SE 6 and no javadoc help pops up in eclipse. I have found docs here . Is there a way of linking Eclipse to the javadocs for smartcardio? I've asked Sun back in the day multiple times to include the javax.smartcardio in the documentation, but they have refused all the times

Can a Java Web Application access a Smart card reader on a remote work station?

泄露秘密 提交于 2019-12-01 14:18:12
I am working on some new functionality for one of our existing Java based web applications. The web app itself is hosted on one of our internal servers and can be accessed via the browser at several computer terminals throughout our facility. The application is for conducting quality checks at various stages of our production process. Currently, users are required to manually login by selecting their userName from a drop down and entering their password before conducting each quality check. In order to speed up the process, I have been asked to implement the reading of a smart card for login.

how to write and read data from smart card using java card apdu

我只是一个虾纸丫 提交于 2019-12-01 12:56:15
I have written an applet and installed it in smart card. But I don't know how to read and write data to smart card? private void readName(APDU apdu) throws ISOException { byte[] apduBuffer = apdu.getBuffer(); for (byte i=0; i<userName.length; i++) { apduBuffer[5+i] = userName[(byte)i] ; } apdu.setOutgoing(); apdu.setOutgoingLength((short)userName.length); apdu.sendBytes((short)5, (short)userName.length); } Is it right code to read data from smart card? please tell me how to write data to smart card using javacard. Your card is either contact or contactless. Since you say you have already

Unable to identify AFL on a smart card

淺唱寂寞╮ 提交于 2019-12-01 12:42:09
问题 I'm working to get useful data from a VISA (such as PAN, expiry date...) credit card using a list of AIDs I got stuck. I have been able to access to all the data manually. Using the next tutorial: http://www.openscdp.org/scripts/tutorial/emv/reademv.html >>00 A4 04 00 07 A0 00 00 00 03 10 10 00 In ASCII: <<o<EM>„<BEL> <0><0><0><ETX><DLE><DLE>¥<SO>P<EOT>VISA¿<FF><ENQ>ŸM<STX><VT><LF><0> In Hexadecimal: <<6F 19 84 07 A0 00 00 00 03 10 10 A5 0E 50 04 56 49 53 41 BF 0C 05 9F 4D 02 0B 0A 90 00

Frequent Disconnection ACR122U NFC Reader

走远了吗. 提交于 2019-12-01 12:16:54
When I put SIII (Android 4.3) on ACR122U NFC reader the LED keeps blinking green. When I put Samsung S4 (Android 4.3) LED turns green till the time phone is on the reader. In both the cases NFC is turned on and device is in unlocked state. This behaviour translates into frequent disconnections in SIII and a stable connection on S4. Why two phones behave differently? I am aware of the fact that two phones have NFC chipsets from two different vendors namely NXP and Broadcom. My question is what is the source for such inconsistent behaviour among these devices? Another question is why does phone