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.

implement globalplatform SCP 03 KDF and PRF in javacard

JCIDE related questions and answers.

Moderators: product, kuafu

mhsnmaghsoodloo
Posts: 24
Joined: Thu Apr 07, 2016 12:14 pm
Points :457
Contact:

implement globalplatform SCP 03 KDF and PRF in javacard

Post by mhsnmaghsoodloo » Tue Jun 20, 2017 7:01 am

I want to implement Globalplatform SCP 03 protocol in javacard. The main problem is KDF and PRF implementation in card. I have three question:

1- Is there any opensource implementation of KDF and PRF in javacard?
2- I found "RandomData.getInstance(RandomData.ALG_PSEUDO_RANDOM);". there is 3 and 4 input for PRF function in NIST sp 800-108, but i can set only one parameter for RandomData in javacard (only seed). is it implementation of PRF?
3- Does PRF with same inputs, generates same result in different execution? if answer is no, why card and host can generate same session keys by using it?
Thank you very much.
Mohsen

User avatar
UNKNwYSHSA
Posts: 630
Joined: Thu May 21, 2015 4:05 am
Points :3053
Contact:

Re: implement globalplatform SCP 03 KDF and PRF in javacard

Post by UNKNwYSHSA » Tue Jun 20, 2017 11:44 pm

The opensource GP tool GlobalPlatformPro can answer all your questions.

And you can refer to GPCrypto for SCP03 KDF and PRF implementation.

If any other question(s) after you read the source code, tell me.
sense and simplicity

mhsnmaghsoodloo
Posts: 24
Joined: Thu Apr 07, 2016 12:14 pm
Points :457
Contact:

Re: implement globalplatform SCP 03 KDF and PRF in javacard

Post by mhsnmaghsoodloo » Wed Jun 21, 2017 1:37 am

Thank you for your reply.
I saw globalplatformpro before and i used it in my host side. but i want an implementation for card side (Javacard implementation).
Anyway thank you very much.

User avatar
UNKNwYSHSA
Posts: 630
Joined: Thu May 21, 2015 4:05 am
Points :3053
Contact:

Re: implement globalplatform SCP 03 KDF and PRF in javacard

Post by UNKNwYSHSA » Wed Jun 21, 2017 5:45 am

mhsnmaghsoodloo wrote:Thank you for your reply.
I saw globalplatformpro before and i used it in my host side. but i want an implementation for card side (Javacard implementation).
Anyway thank you very much.


You can refer to implement the javacard side.
The implementation of the javacard side is same as client side. Only apis to Signature/Cipher is different.
sense and simplicity

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 15 guests

JavaCard OS : Disclaimer