base64
Base64 1.9
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 more>>
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.
For more details see http://mindprod.com/jgloss/base64.html
Dont 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
Requirements: Java 1.2+
Whats new in this version: add icon and pad file
<<lessBase64 De-/Encoder 1.2.1
Base64 De-/Encoder is a command line utility that decodes/encodes files using the Base64 algorithm. more>>
Base64 De-/Encoder 1.2.1 offers an effective tool which helps you to decode/encode files using the Base64 algorithm.
Major Features:
- Have the Base64 algorithm decode/encode files using
- Send files as an email-attachment.
Requirements:
- Windows 64bit version added.
- Error code support added.
- Some bugs were fixed.
License:Freeware
Base64 De-/Encoder is a command line utility that encodes and decodes files using the Base64 algorithm. Base64 De-/Encoder 1.1.1 - Fatih Kodak
Fatih Kodak - Command line utility that decodes/encodes files using the Base64 algorithm. Base64 De-/Encoder. Base64 DeBase64 Encoding Library 1.0
This library implements the Base64 encoding system as it is defined in RFC 2045. This encoding is used as a standard to send binary information through network connections or by e-mail. more>>
Base64 Encoding ActiveX 2.0.0
Free Base64 Binary Encoding and Decoding ActiveX Component more>>
Free Base64 Binary Encoding and Decoding ActiveX Component
Whats new in this version: None
<<lessCMail 0.4.0
CMail is a Win32 command line mailer, intended for both interactive and scripted use. It allows mixed UUEncoded and base64 attachments, an unlimited number of recipients, and requires no external depe more>>
System Requirements: TLS/SSL support
<<lessBasic Authentication 1.03 build 6.1
Basic Authentication - a program that converts a user name and optionally a password to their Base64 Basic Authentication counte more>>
Basic Authentication allows you to encode a username and a password and provides you with an authentication string that is copied to the clipboard.
From that authentication string, the application will decode your personal data: the given username and password.
Noel Danjou - Convert any login and password to Base64. Basic Authentication. Basic Authentication is a little program that converts a user name (login) andBlat 1.8.9
Enables you to send quick mail messages directly from the command line. It wi... more>> Enables you to send quick mail messages directly from the command line. It will allow you to attach files to your message. For example, using "blat - -t destid@xyz.com -s "test" -attach abc.zip -attach def.zip" will accept keyboard input for a mail message, and send that text with 2 zip files attached! Message text can come from a file as well. Supports MIME quoted-printable and base64 encoding.Information about your mail id & server is stored in the registry, or can be over-ridden on the command line. Excellent for batch files. Includes<<less
Simplyzip 1.1 Beta 74
A free multi archiver program for many archives more>>
Major Features:
- Create: 7z, ZIP, CZIP, Cab, LHA, TAR, TAR GZ TAR BZ2, ACE (optionale DLL), Deepfreezer, SQX, UCL, RS, ZIP-SFX/LHA-SFX, RAR-SFX, UUE/XXE, ZLIB and Base64.
- Multi-ZIP
- Backup to disk (e.g. CD)
- ZIP-Rpair
- Crypt files with:Rijndael AES/Twofish (both 256bit keysize) and Blowfish (448bit keysize) incl SFX creator and an Arc-Converter
- Optional: See Arc-Convert below
- Create RAR/ACE (new version) and LHA SFX (with optional files from my site)
- Localisation: English, German, Italian, Spanish, french, Portuguese-br, Swedish, Thai and Russian
- ZIPSFX now in English, German, French and Spanish (in the setup)
- Standalone: After installation you can copy all files from Simplyzip folder (excepted the uninst.exe) and use it wherever you want
Requirements: none
License:Freeware
Can open:ZIP,CZIP,ACE,CAB,RAR,TAR,GZIP,LZH,BZ2,SQX, RS, UUE,XXE,BASE64,UCL,ARJ,ZLIB,RPM,DEB,7-ZIP Create: 7z, ZIP,CZIP,Cab,LHA,TAR,TAR GZ TAR BZ2,ACE (optionale DLL), DeepfreezerLicense:Freeware
Can Open: ZIP, CZIP, ACE, CAB, RAR, TAR, GZIP, LZH,BZ2,SQX, RS,UUE,XXE,BASE64,UCL,ARJ,ZLIB, RPM, DEB,7-ZIP Create: 7z,ZIP,CZIP,Cab,LHA,TAR,TAR GZ TAR BZ2,ACE (optionale DLL), DeepfreezerXnews 2006.08.24 Test
Xnews is a free Usenet newsreader for Windows more>>
Main features:
- 100% GNKSA 2.0 (Good Net Keeping Seal of Approval) compliant.
- Plonk file (aka bozo bin).
- Quick filter (type in a regex and only articles whose subject/author match it will be shown)
- Score file for advanced filtering.
- Support for multiple servers/identities.
- Subscribed groups can be organized into categories.
- Remappable keyboard.
- Binaries handling (mime, base64, uuencode, what have you).
- Optional header and article caching; plus: folders for permanent archival.
Chameleon 0.1
Chameleon - Quick encoder more>>
Main features:
- Reversible encoding
- Normal text to Base64
- Base64 to Normal text
- Normal text to Hexadecimal notation
- Hexadecimal notation to Normal text
- One way encryptions
- Normal text to MySQL MD5
- Normal text to Unix DES (random salt)
Leet Key 1.4.1
Transforms typed or static text to L337, ROT13, BASE64, HEX, URL, BIN, DES Morse code. more>> Transforms typed or static text to L337, ROT13, BASE64, HEX, URL, BIN, DES Morse code.
Leet Key will transform typed or static text to ROT13, L337, HEX, BASE64, BIN, URL, DES Morse code, DVORAK keyboard layout and to lower/to upper case functionality, Leet Font.
System requirements:
- Firefox 1.0.7 - 3.0.*
Enhancements:
- Fixed to work with gmail and other rich text editors
PostCatcher 1.2 Build 1784
Binary newsreader, optimized for work with multifile posts.l more>> PostCatcher is binary News Reader, designed to work with multifile posts. It allows you combine multiple groups into one Scan, say, by interest - movie, pictures, etc. Now include full mmultiserver support.
Additional filtering includes keywords, parts number and size. Together it allows you to narrow number of records in one scan ( 5-7 groups ) from, say, 200 000 till more resonable 200, small enough for one glance.In one click you can mark and store interested for you posts ( all 50-100 files :) for downloads or, if post is not complete, for updates and fills search. Base64, UUEncode and Yenc decoding supported.<<less

Japplis Toolbox 1.2.1
Japplis Toolbox is a compilation of text utilities in one application. It can encode and decode URL or Base64. It can convert numbers from/to binary, octal, decimal and hexadecimal. more>>
Japplis Toolbox is a compilation of text utilities in one application.
It can encode and decode URL, Base64, Hex.
It can convert numbers from/to binary, octal, decimal, hexadecimal and to date.
It gives you text information such as character count, word count, hash code, MD5 or SHA.
You can get Java system properties, environment variables or Swing default values.
It checks and finds regular expressions.
It can sort lines, reverse lines, shuffle lines, add number to lines, delete duplicates, trim spaces or extract words.
It runs on Windows, Mac OS X and Linux.
You can also run it online at http://toolbox.japplis.com/runonline.html<<less
Japplis - It can encode and decode URL or Base64. It can convert numbers from/to binary, octal, decimal and hexadecimal. Japplis Toolbox. Japplis Toolbox is a compilationLicense:Freeware
