base64 encoding
Base64 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
<<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 ... - [decode base64 encoded file] -e - [encode file using the Base64 algorithm] -h - [print help] -v
Command line utility that decodes/encodes files using the Base64 ... Base64 algorithm. Usage: base64 [ /d | /e ] [ "File" ] /d --decode base64 encoded file /e --encodeBase64 Encoder/Decoder 1.0
Base64 Encoder/Decoder is a free tool that allows you to encode or decode from/to base64 encoding selected files more>>
Steps of use are: After app start, click Browse to select file for conversion, then click Convert, application will inform you success/failure, then click save and select destination filename and directory.
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
<<less
Official Encoding 1.1
Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding. more>>
Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.
Prerequisites:
This program runs under any OS,
(e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you have
Java version 1.5 or later installed.
See http://mindprod.com/jgloss/installingjava.html for details.
Installing:
Download source and compiled class files to run on your own machine as an application or Applet.
First install a recent Java JDK or JVM.
See http://mindprod.com/jgloss/installingjava.html.
To install, extract the zip download with WinZip
(or similar unzip utility) into any directory you please,
often J: -- ticking off the "user folder names" option.
To run as an application,type:
java -jar J:commindprodofficialencodingofficialencoding.jar
adjusting as necessary to account for where the jar file is.
System Requirements: Java 1.5+
Enhancements: add bulid number to title, tidy code, correct spelling errors.
<<less
Right Encoding 0.2.2
set the character encoding of the page on the context menu more>> Right Encoding enables you to set the character encoding of the page on the context menu.
Features
Allows you to set the character encoding of a whole page. Allows you to set the character encoding of a certain frame<<less
InSoft Encoding Changer 1.1
This program enables you to convert any Cyrillic plain texts from and to one of the five Cyrillic encodings. The 16-bit version of program is also available from our web site. Note that our web site a more>>
Character Encoding Converter 1.1
Character Encoding Converter is an easy-to-use application that, as its name says, will convert character encodings of files. more>>
Character Encoding Converter is small and does not require any installation - does not modify the registry.
NOTE: Does not support the filenames of more than 259 characters

URL Escaped Encoding Decoder 1
URL Escaped Encoding Decoder is a software equipped with the ability to decode the Escaped-encoding URL. more>>
URL Escaped Encoding Decoder 1 is a software equipped with the ability to decode the Escaped-encoding URL. Escaped-encoding is the standard of representing characters within a URI that may need special syntax handling to be correctly interpreted. It uses a sequence of three characters to encode the character to be interpreted. This triplet sequence consists of the percentage character followed by the two hexadecimal digits representing the octet code of the original character.
BossEye Inc. - It is used to decode the Escaped-encoding which uses a sequence of three characters to encode
Official Encoding 1.1 Buil 9322
Official Encoding is designed with the ability to tell you the official (canonical name) of an encoding and whether it is supported in the current Java. more>> <<less

Encoding Recogniser 1.1 Build 9321
Encoding Recogniser provides you with a very effective tool which helps you determine the encoding of a file by displaying the beginning of it in hex and decoded characters in any of the supported Java encodings. more>> <<less
Help determine a files encoding by displaying it wth any of the supported encodings in hex and in ...Encoding Recogniser will help you determine what encoding was used toLicense:Freeware
Reencoder 1.00
Quickly encode and decode to and from hex, Base64 and comma separated bytes with Reencoder more>>
Hex and Base64 encoding are two standard ways to transform a generic file with binary (= bytes can be any value) content to strings containing only printable charachters. Of course the encoded file will always be larger than the original one.
Hex encoding will use numbers 0-9 and letters A to F (decode process is case insensitive).Base64 encoding will use the following charachters: 0-9, A-Z, a-z, +, / and = (= is for padding).
Comma separated bytes written in decimal can be used to enter a binary file directly into any C/C++ code (or most other programming languages) as a static array without the need to use resources.
You can use the program to manually encode/decode email attachments or decode those files which sometimes appear onscreen when your browser does not understand that its supposed to save an incoming file and not show it onscreen encoded in Base64 :).
You can also use the program to insert files directly inside your source codes in comma separated bytes as written above.
Encoding Convertor 0.002
Encoding Convertor is a great implement that meets all your needs of converting text files from one type of encoding to another type of encoding with just a simple line command method. more>>
Encoding Convertor 0.002 is a great implement that meets all your needs of converting text files from one type of encoding to another type of encoding with just a simple line command method.

Total Encryption 1.0
Free RSA public/private key pair based Encryption, MD5 and SHA hashing and hash varification software utility for windows more>>
This version of Total Encryption support almost all types of RSA Public/private key pair based encryption/decryption of text data and text/binary files, MD5 and SHA Hashing of text data and text/binary files, Base64 Encoding/Decoding. It is a free version .<<less
, MD5 and SHA Hashing of text data and text/binary files, Base64 Encoding/Decoding. It is a free versionLicense:Freeware
