3DES Encryption in Java and DES Encryption in Java - ttux.net
Here is a small post with just code to do 3DES (Triple DES) and DES Encryption in Java. You can simply copy/paste it in a Class you call Encrypter and it's ready to use. Simply need to pass the key and the IV as arguments to the public constructor. No mor...