Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 53 matches

by DaHuFa
Tue Oct 16, 2018 2:14 am
Forum: Questions & Answers
Topic: how to get the available space of chip?
Replies: 4
Views: 9133

Re: how to get the available space of chip?

In JavaCardAPI, the JCSystem.getAvailableMemory() API may help you get your want.
by DaHuFa
Tue Oct 09, 2018 5:51 am
Forum: Questions & Answers
Topic: RSA algorithem decryption with private key
Replies: 3
Views: 7141

Re: RSA algorithem decryption with private key

I forgot the CRT RSA...
by DaHuFa
Mon Oct 08, 2018 6:22 am
Forum: Questions & Answers
Topic: Where to download the DES algorithm process standard document
Replies: 3
Views: 7589

Re: Where to download the DES algorithm process standard document

Have you down the work about DES and 3DES? What is the different between DES and 3DES?
by DaHuFa
Mon Oct 08, 2018 6:14 am
Forum: Questions & Answers
Topic: Setting Priority Order in SET STATUS
Replies: 1
Views: 4922

Re: Setting Priority Order in SET STATUS

I think you should find the answer form GP specification.
by DaHuFa
Sun Oct 07, 2018 11:01 pm
Forum: Questions & Answers
Topic: RSA algorithem decryption with private key
Replies: 3
Views: 7141

Re: RSA algorithem decryption with private key

It is not a trouble to standard RSA private key.
For example, C is ciphertext, D is the private key, N is modulo, M is plaintext.
So, M = (C^D) mod N
So easy.
by DaHuFa
Tue Sep 18, 2018 6:19 am
Forum: Questions & Answers
Topic: A question of PKCS5
Replies: 2
Views: 6362

Re: A question of PKCS5

yeah, I will try it.
by DaHuFa
Tue Sep 18, 2018 6:17 am
Forum: Questions & Answers
Topic: The range of ECC parameters N
Replies: 4
Views: 8485

Re: The range of ECC parameters N

en, thank you very much~
by DaHuFa
Tue Sep 18, 2018 4:26 am
Forum: Questions & Answers
Topic: The range of ECC parameters N
Replies: 4
Views: 8485

Re: The range of ECC parameters N

Thanks for your answer! Now, I have a new problem. For the 192 bits test, the parameters are: P = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; A = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF...
by DaHuFa
Mon Sep 17, 2018 6:14 am
Forum: Questions & Answers
Topic: The range of ECC parameters N
Replies: 4
Views: 8485

The range of ECC parameters N

ECC algorithm has five parameters: A, B, P, N, and G. I want to know the range of N.
According to the range of private key(private key must be in [1, n-1]), n must be bigger than 1. So, Is I right?
JavaCard OS : Disclaimer