Skip to Main Content

Java Security

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!

Convert encrypted bytes to String

843810Jun 21 2002 — edited Jun 25 2002
Hi, I currently have problem converting the encrypted bytes (Triple Des Encryption) to String and retrieving back the original encrypted bytes from the String. I've tried the create the String using the String(bytes[], String) constructors and the getBytes(String) of the String class but fail to retrieve back the orginal encrypted bytes. May I know anyone can help me with this urgent problem of mine? Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 23 2002
Added on Jun 21 2002
3 comments
230 views