Decrypt byte array to a string
807606Feb 28 2007 — edited Feb 28 2007I�m new to java programming so please bear with me.
I have a vb.net application which uses triple DES encryption to encrypt a sting into a byte array. I would then like to pass this byte array to my java application (decrypt method) and decrypt it the byte array back into a string, and store the value in a string variable in java for other processes I have in place. Can anyone point me in the right direction as to how to decrypt a byte array using triple DES in java and get the string representation of the byte array sent from my .net application? I appreciate the assistance.