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