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, (byte)0x0f, (byte)0xc0};

// create encoder object
Base64 base64 = new Base64();
base64.setLineLength( 72 ); // default

// encoding a byte[]
String send = base64.encoder( toSend );

// decoding a byte[]
byte[] reconstituted = base64.decoder( sent );

use Base64u the same way:

// Base64u armouring
import com.mindprod.base64.Base64u;
...
// sample byte array to encode
byte[] toSend = { (byte)0xfc, (byte)0x0f, (byte)0xc0};

// create encoder object
Base64u base64u = new Base64u();
base64u.setLineLength( 72 ); // default

// encoding a byte[]
String send = base64u.encoder( toSend );

// decoding a byte[]
byte[] reconstituted = base64u.decoder( sent );

For an example that starts and ends with a String, see
Example.java

to run:
java.exe com.mindprod.base64.Example


Download Base64 1.9

Keywords: Base64, Base64u, encode, decode, armouring, printable, 6-bit, 8-bit, UUENCODE, UUDECODE

Base64 1.9 screenshot

Click to enlarge


Base64 1.9

Author:

Canadian Mind Products     Other programs by Canadian Mind Products

Downloads:

251

Size:

565K

Cost:

$0.00 US

Users Rating:

not rated yet     Reviews (0)     Write review

Feedback:

Report broken download     Report spyware [?]

License:

Freeware [?]

Operating Systems:

Windows XP Windows Vista

Release Status:

new (2007-05-20)

Recent Changes:

add icon and pad file

Supported Languages:

English

Additional Requirements:

Java 1.2+


Related programs in Web Development - Java & JavaScript

Scripts Encryptor Control 3.0.2.1   (2006-02-27)   new
Obfuscation/Descrambling of HTML, JavaScript, C/C++/MFC, Windows Script Encoder.

JavaScript Gallery Builder 1.0   (2008-01-24)   new
JavaScript-producing design tool for creating gallery on web pages.

AllyNova Tree Menu 2.8   (2010-01-07)   update
Create tree menu for your website, easy to use, powerful.

JavaScript Horizontal Image Slider Ex 1.3   (2007-04-01)   new
JavaScript-producing design tool for creating scrolling images on Web pages.

Web Designers Toolkit with Image Rotator 2.6   (2009-09-06)   update
Professional JavaScript and Applet Authoring Tools for Webmasters.

LEDataStream 1.8   (2007-05-24)   new
Little-endian replacements for DataInputStream, DataOutputStream and RandomAcces

Base64 1.9   (2007-05-20)   new
Java classes to encode/decode Base64 and Base64u

2D/3D Area Graph Software 4.2   (2006-02-17)   new
2D / 3D Area Graph provides both Client & Server solution for adding area graphs

JavaScript Plus! 7.0   (2009-01-07)   update
JavaScript Plus! - Advanced JavaScript editor for windows.

JavaScript NavBar Builder 1.0   (2007-08-17)   new
JavaScript-producing design tool for creating navbar for Web pages.

JavaScript Menu Builder Titanium Plus 1.4   (2007-12-26)   new
JavaScript-producing design tool for creating menus for web pages.

KeyPlayer 1.5   (2010-01-25)   update
Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic.

Java Code Library 1.9.0.156   (2008-12-20)   update
Multi-language source code library and clipboard extender for Windows

Pentium 1.5   (2008-09-23)   update
Java code to tell you facts about the Pentium and AMD CPU.

Coalesys PanelBar for JSP 4.0   (2009-11-18)   update
Slide menu web control for JSP with support for IE, Firefox, Opera and others


New Releases
(Current Category)

Most Popular Software
(Current Category)

Top Rated Software
(Current Category)

Animated jQuery Menu Style 08 1.0 (new)
Sothink DHTML Menu Builder 9.3 (upd.)
Deluxe Menus 3.15.5 (upd.)
jQuery Menu Plugin Style 07 1.0 (new)
CSVReader/Writer 3.2 (upd.)
XML Menu Suite 2.21 (upd.)
Frontpage Menu Add In 4.5 (upd.)
AllWebMenus Pro 5.2.814 (upd.)
jQuery CSS Menu Style 06 1.0 (new)
jQuery Horizontal Menu Style 05 1.0 (new)

JavaScript Calendar Builder Ex 1.1 (209 dl.)
Search Engine Builder Standard 3.14 (203 dl.)
Free Java Applets 4.2 (199 dl.)
Advanced Graph and Chart Collection 4.94 (196 dl.)
Sound 1.4 (193 dl.)
AllWebMenus Floating Menus Add-in 1.0.1 (192 dl.)
SOC 1.12 (189 dl.)
Encodings 1.6 (184 dl.)
Agama Web Buttons 2.67 (182 dl.)
DHTML Menu Extension for GoLive 1.0 (180 dl.)

Animated jQuery Menu Style 08 1.0 (n/r)
Sothink DHTML Menu Builder 9.3 (n/r)
Deluxe Menus 3.15.5 (n/r)
jQuery Menu Plugin Style 07 1.0 (n/r)
CSVReader/Writer 3.2 (n/r)
XML Menu Suite 2.21 (n/r)
Frontpage Menu Add In 4.5 (n/r)
AllWebMenus Pro 5.2.814 (n/r)
jQuery CSS Menu Style 06 1.0 (n/r)
jQuery Horizontal Menu Style 05 1.0 (n/r)



Navigation

Featured

Submit PAD File

Submit Press Release

Contact Us

Link To Us


Top Selections

Free DVD Software

Antivirus Software

Free Photo Software

Free Wallpaper

Free Screensavers

Arcade Games

Free MP3 Software

Press Releases

 
   
   
 

Categories

All Programs

0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z # . ! @


All Authors

0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z # . ! @



Useful Resources

Invoice Software

Free Software Downloads

Web Page Thumbnails iconWeb Page Thumbnails 2.2.2: Free software to capture high-quality, resizable thumbnails of web pages

Free Software Downloads | Featured | Submit PAD File | Link To Us | Contact Us | FAQ | About | Advertise