How do I use 3des encryption/decryption in Java? - Stack Overflow
Thanks a lot.But in fact,this method uses only two key to encrypt the message:"HG58YZ3CR9" and the "IvParameterSpec iv = new IvParameterSpec(new byte[8]);" . But the most strong option of triple des could use three different key to encrypt the message.So ...