
Search found 38 matches
- Fri Aug 05, 2022 11:33 pm
- Forum: Card Products
- Topic: JavaCard Printer
- Replies: 0
- Views: 21539
JavaCard Printer
Maybe this question is off topic, sorry for that. What type of printer is used to print the color image on the java card 

- Thu Jul 07, 2022 5:42 pm
- Forum: Products Release
- Topic: JCKit JAVACOS_7.4.0.3 released
- Replies: 3
- Views: 7034
Re: JCKit JAVACOS_7.4.0.3 released
Hi
The two links you provided refer to JCKit_JAVACOS_ftsafe-7.3.0.0.exe.
Where is the link for the JCKit JAVACOS_7.4.0.3 version?
Thanks.
The two links you provided refer to JCKit_JAVACOS_ftsafe-7.3.0.0.exe.
Where is the link for the JCKit JAVACOS_7.4.0.3 version?

Thanks.
- Sun Feb 27, 2022 5:45 pm
- Forum: Questions & Answers
- Topic: Step-by-step implementation of SCP11
- Replies: 18
- Views: 31804
Re: Step-by-step implementation of SCP11
What type of javacard supports SCP 11?
Thanks
Yudha
- Sun Feb 27, 2022 5:30 pm
- Forum: Questions & Answers
- Topic: J3H145 with SCP03
- Replies: 2
- Views: 8822
Re: J3H145 with SCP03
How to use applets with SCP 03?mabel wrote: ↑Mon Jan 21, 2019 9:09 pmI have already asked this question several days ago.
I heard that javacardos team is working on this. They are developing a tool that can make java card J3H145 switch to SCP03.
Maybe you can ask javacardos@gmail.com for the progress.
Thanks.
- Fri Feb 25, 2022 11:49 pm
- Forum: Questions & Answers
- Topic: Can I debug applet executing in a real javacard?
- Replies: 1
- Views: 6768
Re: Can I debug applet executing in a real javacard?
Debug your applet with a virtual reader, after confirming that there are no errors, download the .cap to the java card. How to use virtual reader in JCIDE (debug mode) https://www.youtube.com/watch?v=xX0O7PC0TIA How to download cap to java card (release mode) https://www.youtube.com/watch?v=9qT9Q4bt...
- Fri Feb 25, 2022 1:45 am
- Forum: Card Products
- Topic: Java Card with SCP 03
- Replies: 0
- Views: 5402
Java Card with SCP 03
I created a loyalty-card application using JC30M48CR which used SCP 02.
I want to upgrade use SCP 03, what type of Java Card should I buy that is compatible with JC30M48CR features but uses SCP 03?
Thanks.
Yudha
I want to upgrade use SCP 03, what type of Java Card should I buy that is compatible with JC30M48CR features but uses SCP 03?
Thanks.
Yudha
- Sat Feb 19, 2022 4:40 am
- Forum: Questions & Answers
- Topic: JCIDE crashes
- Replies: 1
- Views: 3317
Re: JCIDE crashes
Try to run JCIDE as administrator.
Right click on JCIDE icon >> select properties. Click advanced >> put a check mark on Run as Administrator >> OK >> OK
Look at here https://www.youtube.com/watch?v=6Lg3EVTexOo
Right click on JCIDE icon >> select properties. Click advanced >> put a check mark on Run as Administrator >> OK >> OK
Look at here https://www.youtube.com/watch?v=6Lg3EVTexOo
- Thu Feb 10, 2022 4:35 pm
- Forum: Communication
- Topic: Loyalty Card Demo - Issue Card
- Replies: 1
- Views: 29541
Re: Loyalty Card Demo - Issue Card
When doing an issued card, in the second row from the bottom process there is an APDU protocol like this. I've tried parsing using the apdu parser on this site, but failed. Can anyone explain to me, what is the function of this apdu? VReader:80 10 00 00 23 08 30 30 30 30 30 30 30 30 10 67 7B CD FD ...
- Wed Feb 09, 2022 7:22 pm
- Forum: Applets Development Guide
- Topic: The ALgorithm of RSA Sample Code
- Replies: 6
- Views: 53706
Re: The ALgorithm of RSA Sample Code
Good morning. I'm trying to modify the RSA encrypt function using the private key instead of the public. Then I want to use the public to decrypt the message. some suggestion? tnx, The proccess RSA as encrypt/decrypt as follows: 1. Create RSA instance and Generate KeyPair (Pubic Key and Private Key...
- Sun Feb 06, 2022 7:02 am
- Forum: Questions & Answers
- Topic: TCP Server on Javacard and how to access it from mobile
- Replies: 1
- Views: 4762
Re: TCP Server on Javacard and how to access it from mobile
If you want your `javacard` to be read by your `android phone`, you can create an `android program` as `a host` on your `android phone`. The `Java card` can be connected to an `Android phone` via an `NFC reader`. So your `Android phone must support NFC reader`. If your Android phone does not have an...