Base64

Base64

Download URL | Author URL | Software URL | Buy Now ($0)

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.

Don't confuse Base64 with x-www-form-urlencoded which
is handled by java.net.URLEncoder.encode/decode or
Base64u.

Base64 armouring uses only the characters A-Z a-z 0-9 +/=.
This makes it suitable for encoding binary data as SQL
strings, that will work no matter what the encoding.
Unfortunately + / and = all have special meaning in URLs.

Base64u gets around this problem. It is a variant on Base64
that uses - _ and * in preference to + / and =, so that it
can be used in URLEncoded contexts with or without
URLEncoding.

Use base64 like this:

// Base64 armouring
import com.mindprod.base64.Base64;
...
// sample byte array to encode
byte[] toSend = { (byte)0xfc, (b

Related software (5)

WhiteTiger Studio

WhiteTiger Studio

WhiteTigerStudio - is a complete all-in-one audio video software package. you can burn, rip, encode, decode and play many of todays most popular audio and video formats.

Aviex DVD to Mobile 3GP Converter

Aviex DVD to Mobile 3GP Converter

Avex DVD to Mobile Converter converts DVD movies to Mobile Phone 3GP format and let you watch mobile movies on the road. Support all mobile phones with 3GP video capability.

Criptón

Criptón

Cripton 2.0 encodes your file folders in one click. As simple and fast. Enter a password that only you know and from that moment your files will be protected and nobody can see the ...

Free RegEx Editor

Free RegEx Editor

Create, edit, and test RegEx Regular Expressions

Batch RegEx

Batch RegEx

Replace, format, and extract text in multiple files using Regular Expressions. Perform GREP-like tasks including search and replace, RegEx substitutions, data extraction, and more! ...

RSS Feed | submit pad file