Base64

Java to encode/decode Base64 and Baseu
Base64

Base64 is a freeware way of encoding 8-bit characters using only ASCII printable characters similar to UUENCODE. UUENCODE embeds a filename where BASE64 does not. You will see BASE64 used in encoding digital certificates, in encoding user:password string in an Authorization: header for HTTP. The spec is described in RFC 2045. For more details see http://mindprod.com/jgloss/base64.html





8 bit
printable
uudecode
armouring
uuencode
decode
encode
6 bit

Latest detections