Main > Free Download Search >

Free base64 encoder software for windows

base64 encoder

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 952
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 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.2Base64 De-/Encoder is a command line utility that decodes/encodes ...Base64 De-/Encoder is a command line utility that decodes/encodes files
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 ... Base64 De-/Encoder is a command line application that decodes/encodes files using the Base64
License:Freeware
Download (6.80KB)
998 downloads
Added: 2007-03-22
Base64 De-/Encoder 1.0Command line utility that decodes/encodes files using the Base64 ...Base64 De-/Encoder is a command line utility that decodes/encodes files
License:Freeware
Download (10KB)
1398 downloads
Added: 2006-08-28
Fx Batch Encoder

Fx Batch Encoder


Fx Batch Encoder is an application that will help you batch convert/encode video files more>>
Fx Batch Encoder is an application that will help you batch convert/encode video files.
<<less
Download (3.64MB)
Added: 2006-06-26 License: Freeware Price:
1228 downloads
H.264 Encoder 1.5

H.264 Encoder 1.5


H.264 Encoder is a freeware to encode popular video files to H.264 video; H.264 can encode video with approximately 3 times fewer bits than comparable MPEG-2 encoders, it is FREE software. more>> <<less
Download (4000K)
Added: 2009-01-15 License: Freeware Price: $0.00
311 downloads
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
S57 Encoder 1.0

S57 Encoder 1.0


S57 encoder is a text file encode and decode tool. S57 encoder will also compress the file before encoding. more>>
S57 encoder is a text file encode and decode tool. S57 encoder will also compress the file before encoding.
Double click "S57 encoder.exe", then choose a file to encode or decode.
Or simply drag and drop a file onto "S57 encoder.exe"
Then enter the password.
"S57 encoder" will auto-detect the file type and start encoding or decoding accordingly.
The encoded file will have the same name with .enc" extension.
The decoded file will have the same name with .txt" extension.
The encoded or decoded file will be created in the same directory.
If the file already exists, it will be overwritten.
If you forgot the password or input a wrong password, the file will never be able to restore to its original.
For security reason, the password you enter will be erased from the memory upon termination of the program.
S57 encoder only supports two file types: ".txt" and ".enc" where the file with the extension ".enc" is its default encoded file type.
<<less
Download (81KB)
Added: 2007-05-28 License: Freeware Price:
890 downloads
SP Text Encoder 1.0

SP Text Encoder 1.0


Keep your text files safe from prying eyes with this easy to use text encoder, with 16-bit passwords, and a very strong encrypti more>>
SP Text Encoder helps you keep your text files safe from prying eyes with this easy to use text encoder, with 16-bit passwords, and a very strong encryption algorithm!
So if you want your text files safe, this is the programs for you! Just copy and paste your text into the encoder, click Save. You then set a 16 character password for extra safety, and there you go, its encoded.
<<less
Download (358KB)
Added: 2007-05-16 License: Freeware Price:
901 downloads
Text Encoder 2.0

Text Encoder 2.0


Text Encoder is a distinguished and tractable tool which converts your text into codes, so nobody can read it. more>>

Text Encoder 2.0 is a distinguished and tractable tool which converts your text into codes, so nobody can read it. Only you can recover your text by using short cuts. easy to use, works with short cut and no skill is needed. It works with Ms Word program

<<less
Download (389KB)
Added: 2009-04-11 License: Freeware Price:
downloads
 
Other version of Text Encoder
Text Encoder 1.0Text Encoder is a free tool that allows you to convert text to use in a browser or ... Text Encoder is a free tool that allows you to convert text to use in a browser or web page so that it
License:Freeware
Download (44KB)
1072 downloads
Added: 2006-11-29
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
Audio Encoder 1.0

Audio Encoder 1.0


Audio Encoder can encode/convert any of your audio/video files to any audio format including MP3, WAV, AAC, WMA, FLAC, M4A and AC3. You can also set the basic output quality or set the output bitrate. more>>

Audio Encoder can encode/convert any of your audio/video files to any audio format including MP3, WAV, AAC, WMA, FLAC, M4A and AC3. You can also set the basic output quality or set the output bitrate. - All you need is to simply add the videos to convert. - Choose the output format and output folder. - Finally convert it by clicking on convert.

<<less
Download (2.75MB)
Added: -0001-11-30 License: Freeware Price: 0USD
16 downloads
Video Encoder 1.0

Video Encoder 1.0


Video Encoder can encode/convert any of your videos to any video format including MP4, 3GP, WMV, MOV, AVI, DIVX, MPG, FLV, MKV and VOB. more>>

Video Encoder can encode/convert any of your videos to any video format including MP4, 3GP, WMV, MOV, AVI, DIVX, MPG, FLV, MKV and VOB. You can also set the basic output quality or set the output bitrate, framerate, framesize and aspect ratio. You can also specify to crop and pad the output video. - All you need is to simply add the videos to convert. - Choose the output format and output folder. - Finally convert it by clicking on convert.

<<less
Download (2.76MB)
Added: -0001-11-30 License: Freeware Price: 0USD
11 downloads
 
Other version of Video Encoder
Video Encoder 1.0Video Encoder 1.0 provides a powerful tool for all users. Video Encoder can encode/convert any
License:Freeware
Download (2.8MB)
15 downloads
Added: 2009-06-02
Riva FLV Encoder 2

Riva FLV Encoder 2


Riva FLV Encoder enables you to encode video files to Flash video (.FLV) files more>> Riva FLV Encoder enables you to encode video files to Flash video (.FLV) files. It currently supports the most common video formats, including avi, dv, mpeg, mov, wmv and includes a player to preview the converted .FLV file. The program supports custom output settings and allows you to save your configuration as profile for easy access. Transode your existing videofiles to the advanced FLV format with this free Riva FLV Encoder.
To view the result Riva FLV Encoder comes with the free Riva FLV Player.
Check product-website for new releases
<<less
Download (4.73MB)
Added: 2007-09-10 License: Freeware Price: Free
177130 downloads
 
Other version of Riva FLV Encoder
Riva FLV Encoder 2.0Rothenberger GTS - Riva FLV Encoder enables you to encode video files to
License:Freeware
Download (4.5Mb)
176361 downloads
Added: 2009-03-16
Riva FLV Encoder 2.0Flash video (.FLV) files. Riva FLV Encoder 2 ... Flash video (.FLV) files. It currently
Price: $na
License:Freeware
Download (4.5MB)
178205 downloads
Added: 2004-09-30
CHM Encoder 1.6

CHM Encoder 1.6


CHM Encoder will help you decompile your CHM files to HTML more>>
CHM Encoder may encode (decompile) your CHM file or ebook and extract all
source files. Want to convert CHM to HTML? Try CHM Encoder now!
CHM Encoder is free for use and work easily and quickly.
CHM Encoder supports command line. Using batch mode, you can convert several documents simultaneously.
<<less
Download (473KB)
Added: 2007-05-18 License: Freeware Price:
902 downloads
 
Other version of CHM Encoder
CHM Encoder 1.4CHM Encoder may decompile your CHM file (Compiled Windows HTML Help) or e-book ...CHM Encoder may decompile your CHM file (Compiled Windows HTML Help) or e-book and
Price: $0.00
License:Freeware
Download (396K)
1205 downloads
Added: 2006-07-09
CHM Encoder 1.3CHM Encoder may decompile your CHM file (Compiled Windows HTML Help) or e-book and ... CHM Encoder can help to you. The program supports command line. Using batch mode, you can
License:Freeware
Download (427K)
1295 downloads
Added: 2006-04-08
License:freeware
Download (415.2KB)
411 downloads
Added: 2008-09-07
URL Encoder 1.0

URL Encoder 1.0


URL Encoder is a professional and smart tool which turns plain-text web addresses into obfuscated, illegible URLs. Protect yourself against your employer, ISP, or government searching for key words in web access logs. more>>

URL Encoder 1.0 is a professional and smart tool which turns plain-text web addresses into obfuscated, illegible URLs. Protect yourself against your employer, ISP, or government searching for "key words" in web access logs.

<<less
Download (57KB)
Added: 2002-07-08 License: Freeware Price:
167 downloads
MP3 Encoder 1.0

MP3 Encoder 1.0


MP3 Encoder convert very fast WAV to MP3. This encoder use the LAME-ENCODER more>>
MP3 Encoder will convert WAV files to MP3 very fast. This encoder use the LAME-ENCODER.
MP3 Encoder is a very small application that allows you to encode and transform your audio WAV files into MP3 files.
You have various options for the output file:
- sample rate (44100, 32000, 22050)
- bit rate (320, 256,192, 160, 128, 96)
- max rate (320, 256, 192, 160)
- mode (stereo, joint stereo, dual channel, mono)
- quality (normal, high, low, voice)
<<less
Download (265KB)
Added: 2003-08-08 License: Freeware Price:
2332 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5