Home Featured Freeware and Shareware Software Submit Freeware and Shareware Software Link to us Bookmark and share Contact us

Useful resources:

Best Freeware Software

Movie kills action videos





C: \ Home

Programs listed: 26088



Base64 1.9 - Detailed description page

Click to view Base64 1.9 screenshot

Program ID:

15135

Downloads:

110

Size:

99K

License:

Freeware [?]

Cost:

$0.00 US

Last updated:

2007-05-20 new

Author:

Canadian Mind Products
All programs by this author

Operating systems:

win2000 winxp winvista winvistax64 win7x32 win7x64 winserver macosx

Our rating:

Not rated yet...

Users rating:

not rated yet     (total votes: 0)

Feedback:

Report broken download
Report spyware [?]

Download Base64 1.9

100% Virus Clean certified by ClamAV and Hotlib.com!
Base64 icon
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

Recent changes: add icon and pad file

Install support: No Install Support

Supported languages: English

Additional requirements: Java 1.2+


Button for your site:

To link back to this page, please copy the code below and insert into your page and save the image button on your server.

Download, Rate and ReviewBase64 1.9


Latest releases in Web Development - Java & JavaScript

AllWebMenus Pro iconAllWebMenus Pro 5.3.890   (2012-04-24)   updated
DHTML menu, JavaScript menu and CSS menu builder that requires no programming!

CSV iconCSV 6.4   (2012-01-25)   updated
Java to read, write, align, sort, reshape, pack... comma, tab-separated files.

Likno Drop Down Menu Trees iconLikno Drop Down Menu Trees 1.1.148   (2012-01-04)   updated
Likno Drop-Down Menu Trees - powerful html menu trees creation!

WaveMaker iconWaveMaker 6.4.4   (2011-12-16)   updated
Easy-to-use, visual web development platform. FOSS, creates standard Java apps

ISBN iconISBN 2.5   (2011-12-03)   updated
Tidies, interconverts and Validates ISBN-10 and ISBN-13 book numbers.

FileIO iconFileIO 6.1   (2011-12-03)   updated
Generates sample Java code to do 617 types of I/O.

Password iconPassword 1.7   (2011-12-01)   updated
Generates random passwords that are hard to guess.

Surrogatepair iconSurrogatepair 1.1   (2011-12-01)   updated
Converts 32-bit Unicode codePoints to 16-bit surrogate pairs for Java literal

ComparatorCutter iconComparatorCutter 1.7   (2011-11-30)   updated
Generates custom Java code to implemet Comparable/Comparator interfaces.

FastCat iconFastCat 1.6   (2011-11-19)   updated
Streamlined replacement forStringBuilder




Software Categories


All Software:

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 # . ! @


Software RSS feeds:
(Current Category)
Give your website fresh content!

RSS Feed for New Releases and Updates New releases & updates

RSS Feed for New Shareware Software Releases New shareware releases

RSS Feed for New Freeware Software Releases New freeware releases

RSS Feed for Most Popular Software Most popular software

RSS Feed for Top Rated Software Top rated software

Feeds List in OPML Feeds list in OPML


Useful resources:

Yellow Pages USA

Free SEO Analysis Tool

Home | Featured Freeware and Shareware Software | Submit Freeware and Shareware Software | Link to us | Contact us | FAQ | Partners | Expired Domain Names | About us