I wonder if J3H145 card support SCP03? I have already have the sample, but now it supports SCP02.
Is there any method to switch to SCP03.
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 13 matches
- Sat Jan 19, 2019 5:21 am
- Forum: Questions & Answers
- Topic: J3H145 with SCP03
- Replies: 2
- Views: 27640
- Fri Feb 16, 2018 10:01 pm
- Forum: Questions & Answers
- Topic: Is there any way to find out how much memory size has my applet taken up?
- Replies: 6
- Views: 17040
Re: Is there any way to find out how much memory size has my applet taken up?
Tolice wrote:You can write another applet to get your applet size, as following steps:
- 1, Get card memory size named M1;
- 2, Load your applet to the card and get card memory size named M2;
- 3, Your applet used memory size named M, and M = M1 - M2
Thanks, But how can I get the card memory size?
- Fri Feb 16, 2018 9:57 pm
- Forum: Questions & Answers
- Topic: Is there any way to find out how much memory size has my applet taken up?
- Replies: 6
- Views: 17040
Re: Is there any way to find out how much memory size has my applet taken up?
Ponele wrote:COR ? COD? Or Persistent Memory?
I want to get the three types of memory size.
- Thu Feb 15, 2018 1:48 am
- Forum: Questions & Answers
- Topic: Is there any way to find out how much memory size has my applet taken up?
- Replies: 6
- Views: 17040
Is there any way to find out how much memory size has my applet taken up?
Is there any way to find out how much memory size has my applet taken up?
can anyone help me ?
can anyone help me ?
- Thu Dec 22, 2016 5:00 am
- Forum: Algorithm School
- Topic: Basic question on digital signature
- Replies: 4
- Views: 13036
Re: Basic question on digital signature
Thanks for your help indeed. You save my day.
- Thu Dec 22, 2016 4:37 am
- Forum: Algorithm School
- Topic: Basic question on digital signature
- Replies: 4
- Views: 13036
Re: Basic question on digital signature
Thank you for your thorough answer. So in your opinion, among all the algorithms which algorithm is the securest?
- Wed Dec 21, 2016 11:07 pm
- Forum: Algorithm School
- Topic: Basic question on digital signature
- Replies: 4
- Views: 13036
Basic question on digital signature
It's me again. I still have a basic question that need your help. I learned that a digital signature is a mathematical scheme to guarantee message security . Does the Signature do an unique Sign for each transaction? Shall the data be encrypted and decrypted with the same Signature?
- Mon Dec 19, 2016 1:40 am
- Forum: Algorithm School
- Topic: Session key
- Replies: 9
- Views: 25600
Re: Session key
Are you trying to use the SCP02/03 and trying to find their session keys ? What kind of session keys are you trying to find ? You need to put more detail into your question as it's too abstract for us to know how to reply your question. Sorry, I was just getting started with implementing Encryption...
- Sat Dec 17, 2016 3:05 am
- Forum: Algorithm School
- Topic: Session key
- Replies: 9
- Views: 25600
Re: Session key
Can I create session key in the Java Card 2.2.2?
- Thu Dec 15, 2016 11:04 pm
- Forum: Algorithm School
- Topic: Session key
- Replies: 9
- Views: 25600
Session key
Symmetric algorithm use the same session key to encrypte and decrypte data. The session key is generated dynamically and uniquely for each time transaction. So, What exactly is session key ? pls help me regarding this.