I\'m using Base64 encoding for encoding user id field in Java.
String abc = new String(Base64.encodeBase64(\"Actualuseridfield\"));
I want to k
transforming "weird" and non printable characters is kind of the whole point of base64, so no, you wont see those. more info here http://email.about.com/cs/standards/a/base64_encoding.htm