Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.446.347 Times

Base64 Encoding freeware
Filter: All | Freeware | Demo
 

Base64 Encoding

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 417

base64 encoding prototype This script takes a decimal number, converts it into binary, takes the first six numbers in that, converts that into a decimal number, and from there makes it a letter("m") according to the base64 code.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): base64 encoding prototype Download

Added: August 27, 2010 | Visits: 1.074

twofish twofish is a secure command line encryption tool that allows ZLIB compression, base64 encoding and variable size keyfiles. Its nicely written and there is room for improvements. I have written other file encryption programs pretty much just like this one but this one is the best one i have...





Platforms: *nix

License: Freeware Size: 256 KB Download (126): twofish Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 448

Java Charset Base64 Encoder/Decoder This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes('x-base64'); to decode: new String(bytearray, 'x-base64');


Platforms: Windows, Mac, Linux

License: Freeware Size: 12.05 KB Download (47): Java Charset Base64 Encoder/Decoder Download

Released: January 22, 2013  |  Added: January 22, 2013 | Visits: 573

Total Encryption 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 .


Platforms: Windows

License: Freeware Size: 1.86 MB Download (464): Total Encryption Download

Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 435

Mime Tool Mime Tool is a simple interactive application designed to help you encode / decode texts and files via MIME Base64 encoding.


Platforms: Windows

License: Freeware Size: 297 KB Download (426): Mime Tool Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 525

CDSA/CSSM Ojective-c encryption Wrapper Common Data Security Architecture Objective-C Wrapper Framework - Digest: MD5/SHA-1 - Encryption/Decryption: Symmetric encryption - Utils: Base64 encoding/decoding


Platforms: Mac

License: Freeware Size: 596.25 KB Download (59): CDSA/CSSM Ojective-c encryption Wrapper Download

Added: April 24, 2010 | Visits: 1.691

MIME::Base64 MIME::Base64 is an encoding and decoding of base64 strings. SYNOPSIS use MIME::Base64; $encoded = encode_base64(Aladdin:open sesame); $decoded = decode_base64($encoded); This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 -...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (179): MIME::Base64 Download

Added: June 20, 2010 | Visits: 1.120

libb64 libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables. Base64 uses a subset of displayable ASCII characters, and is therefore a useful...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (117): libb64 Download

Added: May 06, 2010 | Visits: 1.516

MIME-tool MIME-tool is a little mime encoding tool I slapped together when I needed something on a production box at work (productions = no C development environment, only the ancient K&R compiler required for god-knows-what sys-admin task). The resulting program will compile happilly on both the...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (117): MIME-tool Download

Added: May 10, 2013 | Visits: 570

Inline GIF's with Tkinter This script will let you embed GIF images inside of your source code for use in Tkinter buttons, labels, etc. It is really handy for making toolbars, etc. without worrying about having the right icon files installed. The basic technique is to encode the GIF with base64 and store it as a string...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Inline GIF's with Tkinter Download

Added: April 07, 2013 | Visits: 359

GNet for C/C++ Library It is object-oriented and built upon GLib. The library is intended to be easy to use and port.GNet Library works on HP, Linux, BSD, Mac OS X, Solaris and WindowsHere are some key features of "GNet":dlTE TCP "client" and "server" socketsdlTE UDP and IP Multicast socketsdlTE High-level TCP...


Platforms: C and C plus plus

License: Freeware Size: 706.56 KB Download (47): GNet for C/C++ Library Download

Anonymous Mail with Attachment for Email System Utilities This application in MFC send anonymous e-mail with attachment.The winsock allows you to connect to mail server to send mail. This application also lets you learn about base64 encoding, winsock, CFile class for file handling.


Platforms: C and C plus plus

License: Freeware Size: 92.16 KB Download (55): Anonymous Mail with Attachment for Email System Utilities Download

Added: March 10, 2006 | Visits: 2.842

Cryptocx v3 Cryptocx v3 is the new standard in encryption components. Cryptocx v3 develops and expands version 2 to make it even easier to use and incorporate into your own existing systems or ASP sites. Full compatibility with PGP means that Cryptocx can encrypt data which can be emailed or stored and...


Platforms: Windows

License: Freeware Size: 3 KB Download (233): Cryptocx v3 Download

Added: August 20, 2008 | Visits: 1.386

Emsa EZ Encryption Tool EMSA EZ Encryption Tool is a simple encryption program for Windows which uses the Blowfish algorithm to encrypt files or text chunks. This algorithm is a strong encryption algorithm using a private key, therefore keeping your data safe. The program also provides standard Base64 encoding and...


Platforms: Windows

License: Freeware Size: 574 KB Download (128): Emsa EZ Encryption Tool Download

Added: May 09, 2010 | Visits: 2.000

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: July 14, 2010 | Visits: 920

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: January 25, 2010 | Visits: 831

Send Complex HTML with Inline Files 2004 This free script allows you to send complex HTML via Entourage. It willTake an arbitrary HTML file and embed it in an outgoing Entourage messageBetter still, it will parse the HTML for links to files (images, etc), isolating duplicatesuAttach the file to the message with base64 encoding (using...


Platforms: Mac

License: Freeware Size: 78 KB Download (110): Send Complex HTML with Inline Files 2004 Download

Released: March 18, 2012  |  Added: March 29, 2012 | Visits: 753

SEOTextEd Convenient text editing software for SEO specialists and for performing some of webmasters' tasks. Basic functions: Counters of: - characters including HTML markup, without filters - characters with spaces - characters without spaces - letters only - words - strings Filter...


Platforms: Windows

License: Freeware Size: 8.98 MB Download (91): SEOTextEd Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 587

GTK+ for Mac OS X GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. GTK+ has been designed from the ground up to support a range of languages, not only...


Platforms: Linux

License: Freeware Size: 26 MB Download (47): GTK+ for Mac OS X Download

Released: January 06, 2013  |  Added: January 06, 2013 | Visits: 304

Elcro Encrypter Elcro Encrypter is a FREEWARE application for powerfull encryption of data. It uses an advanced 3DES encryption algorihm with combinations of base64 encoding. It's use is not limited to certain data types. It can encrypt any type of file and decrypt it afterwards. One encrypted archive can...


Platforms: Windows

License: Freeware Size: 830 KB Download (430): Elcro Encrypter Download

1 2 3 4 5 >