tags:

views:

105

answers:

1

I have to implement 3DES encryption using 3DES in java. As I am new to this. Could you please suggest and provide good samples to proceed.

+1  A: 

You can use bouncycastle library. Look at: DESedeEngine

Michał Niklas