Download Base64 1.9

Base64 1.9
(0.50 Mb)

Average Rating:

0%
User Rating:

out of 0 votes
Visitors Rating:

0 votes
General Info

Hits: 133 visitors

Publisher: Canadian Mind Products

OS Support: Java, Linux, Mac OS X, Unix, Win2000, Win7 x32, Win7 x64, WinServer, WinXP, Win Vista

License: Freeware

Date added: 30 Jun 2010

Last Update: 19 May 2007

See full specifications >>

Your opinion can help!
Review it!
Base64 1.9 screenshotScreenshots

Publisher's description

Java classes to encode/decode Base64 and Base64u

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.Don'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 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 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

Version History

Version 1.9 added on: 19 May 2007


Related Tags:

    Base64          Base64u          encode          decode          armouring          printable          6-bit          8-bit          UUENCODE          UUDECODE          -bit          uuencode          encoding          characters          string          mindprod          byte          tosend          encoder      

Related software downloads:

Tigra Calendar 3.4 screenshot Tigra Calendar 3.4
Javascript popup date and time picker control (javascript calendar)
29 Jun 2010 - Freeware
WebMixer 3 3.02 screenshot WebMixer 3 3.02
WebMixer: Create and upload multimedia animated web site without programming
15 May 2008 - Shareware
U-Upload Pro 1.7
Java applet for FTP uploads + JavaScripting interface for dynamic web apps
30 Jun 2010 - Shareware
SplineTech JavaScript Debugger 8.24 screenshot SplineTech JavaScript Debugger 8.24
JavaScript Debugger PRO: Set Breakpoints, Watch Variables, Debug JavaScript
11 Jun 2010 - Demo
J2EE Guides 1.0 screenshot J2EE Guides 1.0
Learn how to use J2EE with Tomcat, Eclipse, JSP, and Servlet
29 Jun 2010 - Freeware
JDataset 1.2
Simple Elegant data structures for Javascript/AJAX. JS Dataset, JS recordset.
05 Jul 2010 - Shareware

Button for your site

To link back to this page, please copy code below and insert in your page. All visits come thru this code will add a 10 point vote to this software. Save the image button on your server

Example:
    





Copyright (c) 2006-2009 SoftRage.com - Download Software Directory. All rights reserved.