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!

Base64 - Includes Quotes or not ?

843810Sep 5 2003 — edited Sep 5 2003

Hi,

I've a working example of encrypting & decrypting strings using TripleDES and Base64 encoding & decoding.
Actually posted the code here : http://forum.java.sun.com/thread.jsp?forum=9&thread=440922&tstart=0&trange=30

My question is... does Base64 encoding ever use quotes or backslash characters ?

I ask cos I want to store the result into a database, but don't want quotes or escape sequences in the encrypted string breaking an SQL insert.

cheers,
Owen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2003
Added on Sep 5 2003
3 comments
297 views