5

Possible Duplicate:
How do I use 3des encryption/decryption in Java?

I am looking for a solution for the Triple DES encryption and decryption in Java. I want to store a password encrypted in Triple DES in a file - and I want the program to decrypt this password and use it on runtime.

Can anyone point me to resources/tutorials or even full solutions on how to achieve this?

Community
  • 1
  • 1

1 Answers1

0

Have you tried the bounce castle lib?

There are a lot of examples and encrytion options.