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 KDF and PRF

JavaCard Applet Development Related Questions and Answers.
dabluwt
Posts: 11
Joined: Wed Oct 12, 2016 11:47 pm
Points :106
Contact:

implement KDF and PRF

Post by dabluwt » Mon Apr 10, 2017 11:17 pm

Hey all here,

I need to implement SCP03 by myself. Now I am trying to implement KDF and PRF. I wonder if there are any API functions beside AES cipher and key handling I could use?

Thanks a lot.

User avatar
mabel
Posts: 237
Joined: Mon May 18, 2015 3:09 am
Points :1705
Contact:

Re: implement KDF and PRF

Post by mabel » Tue Apr 11, 2017 5:39 am

You need to strictly follow the GP spec when implementing SCP03. SO JUST USE AES cipher.

dabluwt
Posts: 11
Joined: Wed Oct 12, 2016 11:47 pm
Points :106
Contact:

Re: implement KDF and PRF

Post by dabluwt » Tue Apr 11, 2017 6:02 am

The main thing I am worried about is implementation of key derivation.

The AES implementation on my card is written by native code. But I wrote this part using JAVA not native code, will there any problems?

User avatar
mabel
Posts: 237
Joined: Mon May 18, 2015 3:09 am
Points :1705
Contact:

Re: implement KDF and PRF

Post by mabel » Tue Apr 11, 2017 6:18 am

You don't need to worry about this.
In fact, AES is the same no matter by which language you implement.
Derivation will produce the same results in all languages.

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 56 guests

JavaCard OS : Disclaimer