Hi

Did you get a reply on this? Its more than a year since you answered.. 
Anyway, I just found it..

If you are going to use DUKPT for financial transactions involving visa/mc 
cards, then I dont think you will be able to PCI certify your device.
The DUKPT functionality must be implemented in a protected crypto module.. 
But I guess you already know this.

Anyway, implementing DUKPT in java is possible, I suggest you buy the 
specifications (ANS X9.24-2009 or later),
 it shows with pseudo code how to implement the basics of DUKPT.

I have implemented DUKPT myself in C, both the host part and the PED part. 
(It's a difference because the HOST have the Base Derivation Key while the 
PED does not.. And also, the PED should never store the initial key, only 
the future keys )


Arne


kl. 06:26:21 UTC+1 mandag 21. februar 2011 skrev Sivalingaraja følgende:
>
> Hi friends/experts, 
>
> I need to implement DUKPT encryption & decryption in Java/Android. 
>
> I have studied the reference and understand somewhat. I searched any 
> any tutorial with sample code in Java to implement but I have not got 
> any sample. 
>
> Can anybody know how to implement this in Java. 
>
> Any help or suggestion will be helpful for me. 
>
> Thanks in advance for your help. 
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to