Main > Free Download Search >

Free base64 software for windows

base64

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 80
Base64 1.9

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
Download (0.51MB)
Added: 2008-09-07 License: Freeware Price: $0
466 downloads
Base64 De-/Encoder 1.2.1

Base64 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:

  1. Have the Base64 algorithm decode/encode files using
  2. Send files as an email-attachment.

Requirements:

  • Windows 64bit version added.
  • Error code support added.
  • Some bugs were fixed.
WareSeeker Editor
<<less
Download (30.69KB)
Added: 2008-12-29 License: Freeware Price: $0.00
381 downloads
 
Other version of Base64 De-/Encoder
Base64 De-/Encoder 1.2Fatih Kodak - Base64 De-/Encoder is a command line utility that decodes/encodes files using the Base64 algorithm. Base64
Price: $0.00
License:Freeware
Download (17.58KB)
585 downloads
Added: 2008-10-05
Base64 De-/Encoder 1.1.1Base64 De-/Encoder is a command line utility that encodes and decodes files using the Base64 algorithm. Base64 De-/Encoder 1.1.1 - Fatih Kodak
License:Freeware
Download (6.80KB)
998 downloads
Added: 2007-03-22
Base64 De-/Encoder 1.0Fatih Kodak - Command line utility that decodes/encodes files using the Base64 algorithm. Base64 De-/Encoder. Base64 De
License:Freeware
Download (10KB)
1398 downloads
Added: 2006-08-28
Base64 Encoder/Decoder 1.1

Base64 Encoder/Decoder 1.1


Open, convert, and save files on your disk or network. more>> <<less
Download (515.6KB)
Added: 2006-09-20 License: Freeware Price:
632 downloads
 
Other version of Base64 Encoder/Decoder
Base64 Encoder/Decoder 1.0Base64 Encoder/Decoder is a free tool that allows you to encode or decode from/to base64 encoding selected files
License:Freeware
Download (28.8KB)
1468 downloads
Added: 2006-07-18
Base64 Encoding Library 1.0

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>>
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.
<<less
Download (11K)
Added: 1998-05-23 License: Freeware Price:
4249 downloads
Base64 Encoding ActiveX 2.0.0

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

<<less
Download (54.69KB)
Added: 2008-09-07 License: Freeware Price: $0
460 downloads
b64 1.0

b64 1.0


b64 gives you a command line tool that is able to encode or decode the standard input to base64 more>>
b64 gives you a command line tool that is able to encode or decode the standard input to base64.
<<less
Download (37.3KB)
Added: 2006-10-13 License: Freeware Price:
1172 downloads
CMail 0.4.0

CMail 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

<<less
Download (0.00KB)
Added: 2008-12-10 License: Freeware Price:
320 downloads
Basic Authentication 1.03 build 6.1

Basic 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 - a program that converts a user name and optionally a password to their Base64 Basic Authentication counte Basic Authentication is a small application that will convert a user name (login) and optionally a password to/from their Base64 Basic Authentication counterpart.
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.
<<less
Download (104KB)
Added: 2007-03-27 License: Freeware Price:
964 downloads
 
Other version of Basic Authentication
Basic Authentication 1.03 (Build 6.1)Noel Danjou - Convert any login and password to Base64. Basic Authentication. Basic Authentication is a little program that converts a user name (login) and
License:Freeware
Download (104KB)
746 downloads
Added: 2007-10-30
Blat 1.8.9

Blat 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
Download (97KB)
Added: 2006-08-08 License: Freeware Price: Free
1172 downloads
Simplyzip 1.1 Beta 74

Simplyzip 1.1 Beta 74


A free multi archiver program for many archives more>>
Simplyzip 1.1 Beta 74 offers a tool for many archives. It is a free file archiver with encrypting capabilities. It can open: ZIP, CZIP, ACE, CAB, RAR, TAR, GZIP, LZH, BZ2, SQX, RS, UUE, XXE, BASE64, UCL, ARJ, ZLIB, ALIB, RPM, DEB, 7-ZIP. And many other features.

Major Features:

  1. 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.
  2. Multi-ZIP
  3. Backup to disk (e.g. CD)
  4. ZIP-Rpair
  5. Crypt files with:Rijndael AES/Twofish (both 256bit keysize) and Blowfish (448bit keysize) incl SFX creator and an Arc-Converter
  6. Optional: See Arc-Convert below
  7. Create RAR/ACE (new version) and LHA SFX (with optional files from my site)
  8. Localisation: English, German, Italian, Spanish, french, Portuguese-br, Swedish, Thai and Russian
  9. ZIPSFX now in English, German, French and Spanish (in the setup)
  10. Standalone: After installation you can copy all files from Simplyzip folder (excepted the uninst.exe) and use it wherever you want

Requirements: none

<<less
Download (2.2MB)
Added: 2009-04-12 License: Freeware Price: FREE
2175 downloads
 
Other version of Simplyzip
Simplyzip 1.1 Beta 72Main features: - Open: ZIP, CZIP, ACE, CAB, RAR, TAR, GZIP, LZH, BZ2, SQX, RS, UUE, XXE, BASE64, UCL, ARJ, ZLIB, ALIB, RPM, DEB, 7-ZIP - Create: 7z, ZIP, CZIP, Cab, LHA, TAR, TAR GZ TAR BZ2, ACE (optionale
Price: FREE
License:Freeware
Download (2.2MB)
2558 downloads
Added: 2008-09-25
Simplyzip 1.1 Beta 71Can Open: ZIP, CZIP, ACE, CAB, RAR, TAR, GZIP, LZH,BZ2,SQX, RS,UUE,XXE,BASE64,UCL,ARJ,ZLIB, RPM, DEB,7-ZIP Create: ZIP,CZIP,Cab,LHA,TAR,TAR GZ TAR BZ2,ACE (optionale DLL), Deepfreezer
License:Freeware
Download (2.00MB)
2574 downloads
Added: 2008-09-07
License:Freeware
Download (2.19MB)
3060 downloads
Added: 2007-05-18
License:Freeware
Download (2.14MB)
3108 downloads
Added: 2007-04-14
Simplyzip 1.1b75Can 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), Deepfreezer
Price: $0
License:Freeware
Download (2.23MB)
downloads
Added: 2009-11-04
Simplyzip 1.1b72Can 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), Deepfreezer
License:Freeware
Download (2.23MB)
2509 downloads
Added: 2008-11-28
Xnews 2006.08.24 Test

Xnews 2006.08.24 Test


Xnews is a free Usenet newsreader for Windows more>>
Xnews is a free Usenet newsreader for Windows operating systems (9x/NT/2000/XP) which is written in Delphi.
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.
<<less
Download (582KB)
Added: 2007-02-05 License: Freeware Price:
994 downloads
Chameleon 0.1

Chameleon 0.1


Chameleon - Quick encoder more>>
Chameleon will provide a quick encoding/decoding solution. It was written quickly because I needed something like it.
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)
<<less
Download (24.6KB)
Added: 2006-10-07 License: Freeware Price:
1138 downloads
Leet Key 1.4.1

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

<<less
Download (59KB)
Added: 2008-09-29 License: Freeware Price: FREE
405 downloads
 
Other version of Leet Key
Leet Key 1.3.5Roman Mironenko - Transforms typed or static text to L337, ROT13, BASE64, HEX, URL, BIN, DES Morse code, etc. Leet Key. Transforms typed or static text to
License:Freeware
Download (60KB)
847 downloads
Added: 2007-07-31
Leet Key 1.3.2Roman Mironenko - Transforms typed or static text to L337, ROT13, BASE64, HEX, URL, BIN, DES Morse code, etc. Leet Key. Leet Key is a Firefox extension transforms
License:Freeware
Download (77KB)
1102 downloads
Added: 2006-11-16
PostCatcher 1.2 Build 1784

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
Download (587KB)
Added: 2008-06-28 License: Freeware Price: Free
483 downloads
Japplis Toolbox 1.2.1

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
Download (0.59MB)
Added: 2009-09-19 License: Freeware Price: $0
downloads
 
Other version of Japplis Toolbox
Japplis Toolbox 1.2Japplis - 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 compilation
Price: $0
License:Freeware
Download (0.58MB)
downloads
Added: 2009-09-15
Japplis Toolbox 1.1It can encode and decode URL, Base64, Hex, SoundEx or Metaphone. It can convert numbers from/to binary, octal, decimal, hexadecimal and to date. It gives you text information such as character
License:Freeware
Download (492KB)
495 downloads
Added: 2008-06-19
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5