I know that the RFID is short for Radio Frequency Identification.
What is the difference between the RFID card and the contactless smart card? Are all contactless cards can be named as RFID card, such as Mifare card?
Can anyone tell me, please?
JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 20 matches
- Sun Sep 09, 2018 5:02 am
- Forum: Communication
- Topic: About the RFID card
- Replies: 0
- Views: 22626
- Fri Feb 16, 2018 9:47 pm
- Forum: Solutions
- Topic: About LoyaltyCard Applet?
- Replies: 3
- Views: 47821
About LoyaltyCard Applet?
Hi, I just start developing smart card applet.
I have a questions about the LoyaltyCard Applet.
For this applet source code, I do not understand very well, where I can find some test APDUs can help me better understand this applet source code?
I have a questions about the LoyaltyCard Applet.
For this applet source code, I do not understand very well, where I can find some test APDUs can help me better understand this applet source code?
- Mon Aug 07, 2017 11:11 pm
- Forum: Questions & Answers
- Topic: Cached PIN in JavaCard
- Replies: 1
- Views: 8223
Cached PIN in JavaCard
I have a program that sends APDU command to applet in JavaCard and receives result APDU command from Java card. Now I need to give one time PIN when I use this program.But how can I do "Cached PIN" in java card? Any help?
- Mon Jun 12, 2017 3:19 am
- Forum: Questions & Answers
- Topic: BP tools crashed once running
- Replies: 3
- Views: 11828
Re: BP tools crashed once running
Hey guy,
Have you resolved this issue? I also have this problem. And my computer OS is windows7 64bit.
Have you resolved this issue? I also have this problem. And my computer OS is windows7 64bit.
- Sat Mar 19, 2016 2:23 am
- Forum: Communication
- Topic: How to get source code from the cap file
- Replies: 4
- Views: 34142
Re: How to get source code from the cap file
IMO, there is NO way to do this!
- Sat Mar 19, 2016 2:22 am
- Forum: Questions & Answers
- Topic: How to call call the process() method in another applet
- Replies: 1
- Views: 6850
Re: How to call call the process() method in another applet
See the sample code:
Target applet
Client applet:
Target applet
Code: Select all
class TargetApplet {
public static Applet INSTANCE;
private TargetApplet() {
}
public static void install() {
INSTANCE = new TargetApplet();
INSTANCE.register();
}
}
Client applet:
Code: Select all
TargetApplet.INSTANCE.process();
- Fri Mar 18, 2016 11:40 pm
- Forum: Communication
- Topic: How to implement T=CL protocol
- Replies: 4
- Views: 32292
Re: How to implement T=CL protocol
Refer to iso 14443
- Mon Jan 25, 2016 11:53 pm
- Forum: Algorithm School
- Topic: Change the cipher length to 8
- Replies: 2
- Views: 9523
Change the cipher length to 8
I'm trying to encrypt a byte array of size 8. The size of cipher obtained is 16, But I need the cipher length to be 8 for further processing. Cipher cipherinstance = Cipher.getInstance(Cipher.ALG_DES_CBC_ISO9797_M2, false); DESKey deskey = (DESKey)KeyBuilder.buildKey(KeyBuilder.TYPE_DES, KeyBuilder....
- Thu Jan 21, 2016 2:00 am
- Forum: Questions & Answers
- Topic: Wany to know difference between javax.smartcardio api and javacard api
- Replies: 1
- Views: 7166
Wany to know difference between javax.smartcardio api and javacard api
I have learned Java Card application development for some time. But I still don't know the difference between javax.smartcardio api and javacard api. I really want to know the way which javax.samartcardio is related to javacard api. Any help?
- Thu Jan 14, 2016 3:35 am
- Forum: Questions & Answers
- Topic: Extended APDU to javacard
- Replies: 1
- Views: 7029
Extended APDU to javacard
I have learned some information about sending extended APDU form this webpage.
From the explanation below, does it mean I only can send extended APDU to the java card with protocol T=1? And my smart card reader must support extended APDU also. Am I right?
From the explanation below, does it mean I only can send extended APDU to the java card with protocol T=1? And my smart card reader must support extended APDU also. Am I right?