Any Windows Software - Shareware and Freeware Download Center for Windows

Top Downloads

New Downloads

Catalog

Popular Searches


Base64 Download

 
Base64 is a freeware way of encoding 8-bit characters usingonly ASCII printable characters similar to UUENCODE.UUENCODE embeds a filename where BASE64 does not. You willsee BASE64 used in encoding digital certificates, inencoding user:password string in an Authorization: headerfor HTTP. The spec is described in RFC 2045.For more details see http://mindprod.com/jgloss/base64.htmlDon't confuse Base64 with x-www-form-urlencoded whichis handled by java.net.URLEncoder.encode/decode orBase64u.Base64 armouring uses only the characters A-Z a-z 0-9 +/=.This makes it suitable for encoding binary data as SQLstrings, 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 Base64that uses - _ and * in preference to + / and =, so that itcan be used in URLEncoded contexts with or withoutURLEncoding.Use base64 like this:// Base64 armouringimport com.mindprod.base64.Base64;...// sample byte array to encodebyte[] toSend = { (byte)0xfc, (byte)0x0f, (byte)0xc0};// create encoder objectBase64 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 armouringimport com.mindprod.base64.Base64u;...// sample byte array to encodebyte[] toSend = { (byte)0xfc, (byte)0x0f, (byte)0xc0};// create encoder objectBase64u 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, seeExample.javato run:java.exe com.mindprod.base64.Example





Click on any download link to start download "Base64":

http://mindprod.com





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 - #
© 1997-2009 ShareMe Last Update: Wednesday, November 25, 2009 shareme | contact | legal notice | privacy | bookmark | link to us

Welcome to the ShareMe. Here you can free download windows shareware, freeware and demo versions of commercial software, games, mp3, dvd, audio, video programs. We do not share, host any crack, warez files either from mirrors or file hosting website rapidshare, depositfile, megaupload, youtube. All software have posted by genuine software authors and we publish them, if you like it, buy the licensed full version or serial keys. Any questions, complaints or claims related to the software should be directed to the appropriate author or company responsible for developing the software, not the staff working for shareme.com