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.

ARPC generation

JavaCard Applet Development Related Questions and Answers.
vikas
Posts: 11
Joined: Wed Mar 07, 2018 2:10 am
Points :358
Contact:

ARPC generation

Post by vikas » Fri Dec 07, 2018 1:54 am

Does any one have idea about generating ARPC using java lang?
I am trying to implement ARPC generation method 1 and did something like this:--

Code: Select all


		SecretKey sk= new SecretKeySpec(key,"DESede");

		cipher = Cipher.getInstance("TripleDES/ECB/NoPadding");
		cipher.init(Cipher.ENCRYPT_MODE, sk);
		int resultLen = cipher.doFinal(data, 0, 8, result, 0);


Who is online

Users browsing this forum: No registered users and 51 guests

JavaCard OS : Disclaimer