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?
user1073456
source
share