JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html

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: Google [Bot] and 54 guests

JavaCard OS : Disclaimer