Triple DES encryption and decryption in Java

Possible duplicate:
How to use 3des encryption / decryption in Java?

I am looking for a solution to encrypt and decrypt Triple DES in Java. I want to save the password encrypted in Triple DES in a file - and I want the program to decrypt this password and use it at run time.

Can someone point me to resources / tutorials or even complete decisions on how to achieve this?

+5
source share
1 answer

Have you tried bounce castle lib?

There are many examples and options for encryption.

0
source

All Articles