|
I have an encrypted string (using Triple DES) that
I need to set as a cookie. In order for this to work, I think I need to
UUEncode it or use a Base64 encoding. The problem is that all of the
examples I can find take and produce InputStreams and OutputStreams. I
just need to pass a String into it and get an encoded String out. How do I
do this?
Thanks!
Deron Pardue
|