Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Decrypt byte array to a string

807606Feb 28 2007 — edited Feb 28 2007
I�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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2007
Added on Feb 28 2007
1 comment
134 views