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!

Decode an encrypted password

843810Apr 30 2002 — edited May 1 2002
Hi
I have stored encrypted password in base64 format .

String password =new sun.misc.BASE64Encoder().encode(password);

Now i want to retrieve as byte[] by decoding the string to decrypt it .
how should i do ?

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2002
Added on Apr 30 2002
1 comment
445 views