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.473.358 Times

Easy Crypt freeware
Filter: All | Freeware | Demo
 

Easy Crypt

1 2 3 4 5 > 
Added: August 05, 2008 | Visits: 1.532

Crypt Magic Crypt Magic is easy to use and works fast. Just write out your message and then encrypt it. Nobody else will be able to read it. Crypt Magic utilizes a custom encryption method. The program is also password protected so that only you may decrypt your messages.



Platforms: Windows

License: Freeware Size: 14 KB Download (194): Crypt Magic Download

Released: August 13, 2013  |  Added: October 01, 2013 | Visits: 801

SWX-Crypt With SWX Crypt, it is possible to encrypt a simple way to decode texts and files. It is enough to drag a file to drag 'n drop the icon for the encryption and the file is already encrypted. Backup your emails very easy now. Write your message as usual, click "Encrypt Text" and drag the...





Platforms: Windows

License: Freeware Size: 960.48 KB Download (44): SWX-Crypt Download

Released: August 01, 2005  |  Added: November 01, 2006 | Visits: 6.469

Easy Invoicing UK - Easy to Use, Order Processing Database for Microsoft Access 2000 or later "Easy Invoicing UK " - is a simple to use, order management system. "Easy Invoicing UK" is not a stock control database application, but provides an easy way to present your clients with smart, elegantly styled Invoices... But, you can also track your Invoices, record payments or part payments,...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE


Released: August 01, 2005  |  Added: March 23, 2006 | Visits: 4.119

Easy Invoicing UK - Easy to Use, Order Processing Database for Microsoft Windows 95/98, ME, 2000 and "Easy Invoicing UK " - is a simple to use, order management system. "Easy Invoicing UK" is not a stock control database application, but provides an easy way to present your clients with smart, elegantly styled Invoices... But, you can also track your Invoices, record payments or part payments,...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE


Added: March 27, 2006 | Visits: 12.551

BitShape PE Crypt BitShape PE Crypt is a powerful polymorphic Win32 applications protector. Features includes SoftIce autodetection, anti-debug API, anti-dumping and some other advanced technologies.


Platforms: Windows

License: Freeware Size: 266 KB Download (2295): BitShape PE Crypt Download

Added: November 01, 2006 | Visits: 3.741

Easy Go Back Easy Go Back is an Internet Explorer add-on that allows you to conveniently navigate the browser back and forward. Now you can navigate Internet Explorer back & forward with intuitive mouse movements. Press and hold down the right mouse button, move the mouse cursor to the left (backward), then...


Platforms: Windows

License: Freeware Size: 213 KB Download (147): Easy Go Back Download

Released: October 07, 2004  |  Added: January 14, 2006 | Visits: 7.962

Easy Erase File Cleaner Easy Erase File Cleaner is a simple file cleaning utility. Easily erase your temporary internet files, temp files, browser histories, and other personal information. With an option to perform at startup, Easy Erase File Cleaner also allows you to easily clear your documents menu and your start...


Platforms: Windows

License: Freeware Size: 335 KB Download (1292): Easy Erase File Cleaner Download

Released: September 30, 2006  |  Added: January 20, 2007 | Visits: 6.357

Easy Text To HTML Converter Easy Text To HTML Converter provides fast and easy conversion of Text Files (in *.txt, *.rtf formats) and Text Blocks pasted from Clipboard to HTML. The conversion is being performed in four different modes , placed on separate tabs of the main window: 'Single File', 'Files List', 'Text Block'...


Platforms: Windows

License: Freeware Size: 253.86 KB Download (341): Easy Text To HTML Converter Download

Released: March 25, 2006  |  Added: April 21, 2007 | Visits: 7.611

Inletex Easy Remote Control (ERC) InletEX ERC-Easy Remote Control can help you eliminate problem to effectual remote support. Easy Remote Control (ERC) is one of the best programs for remote administration under Windows that allow you to work remotely on a computer using the regular graphic user interface (GUI). Easy Remote...


Platforms: Windows

License: Freeware Size: 535 KB Download (654): Inletex Easy Remote Control (ERC) Download

Released: February 21, 2009  |  Added: April 09, 2009 | Visits: 5.720

Easy Image Modifier Change the resolution, file format and filename of a single image or a collection in a comfortable and handy way. Even advanced operations like removing meta informations or renaming and sorting your images with an enumeration are easy to manage. Furthermore the used drag'n'drop technique...


Platforms: Windows

License: Freeware Size: 212.5 KB Download (619): Easy Image Modifier Download

Added: November 10, 2010 | Visits: 1.337

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: April 27, 2010 | Visits: 1.825

Crypt::OpenPGP Crypt::OpenPGP is a Pure-Perl OpenPGP implementation. SYNOPSIS my $pgp = Crypt::OpenPGP->new; my $result = $pgp->handle( Data => $message_body ); my $signature = $pgp->sign( Filename => $file, KeyID => $key_id, Passphrase => $pass, Detach => 1, Armour => 1, ); my $valid =...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (121): Crypt::OpenPGP Download

Added: February 19, 2010 | Visits: 1.273

Crypt::OpenPGP::Plaintext Crypt::OpenPGP::Plaintext is a plaintext, literal-data packet. SYNOPSIS use Crypt::OpenPGP::Plaintext; my $pt = Crypt::OpenPGP::Plaintext->new( Data => $data, Filename => $file, ); my $serialized = $pt->save; my $pt = Crypt::OpenPGP::Plaintext->parse($buffer);...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (126): Crypt::OpenPGP::Plaintext Download

Added: January 01, 2010 | Visits: 1.244

Crypt::DH Crypt::DH is a Diffie-Hellman key exchange system. SYNOPSIS use Crypt::DH; my $dh = Crypt::DH->new; $dh->g($g); $dh->p($p); ## Generate public and private keys. $dh->generate_keys; $my_pub_key = $dh->pub_key; ## Send $my_pub_key to "other" party, and receive "other" ## public key...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Crypt::DH Download

Added: April 20, 2010 | Visits: 1.074

Crypt::UnixCrypt_XS Crypt::UnixCrypt_XS is a perl xs interface for a portable traditional crypt function. SYNOPSIS use Crypt::UnixCrypt_XS qw/crypt/; my $hashed = crypt( $password, $salt ); use Crypt::UnixCrypt_XS qw/crypt_rounds fold_password base64_to_block block_to_base64 base64_to_int24 int24_to_base64...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (120): Crypt::UnixCrypt_XS Download

Added: November 01, 2010 | Visits: 1.515

Easy various links manager Easy various links manager or Everest Linux Links Manager (evlinks) is a network manager and config toolkit that aims to replace network services and networkmanager. Tthe design of evlinks: 1. use mac address as config file names to avoid interface name change. 2. multi profile support, for...


Platforms: *nix

License: Freeware Download (99): Easy various links manager Download

Added: January 09, 2010 | Visits: 2.846

WWW::Curl::Easy WWW::Curl::Easy is a Perl extension interface for libcurl. SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, http://oook.de); $curl->perform; my $err = $curl->errbuf; my $info = $curl->getinfo(CURLINFO_HTTP_CODE); WWW::Curl::Easy is a Perl...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (137): WWW::Curl::Easy Download

Added: May 04, 2010 | Visits: 1.119

Exporter::Easy Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm: package YourModule; use Exporter::Easy ( OK => [ $munge, frobnicate ] # symbols to export on request ); In other files which wish to use YourModule: use ModuleName...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Exporter::Easy Download

Added: June 12, 2010 | Visits: 2.319

Easy Hosting Control Panel Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. It uses LAMP (Linux/Apache/MySQL/PHP). Easy Hosting Control Panel aims to be easy to install and use, simple, and functional. Whats New in This Release: - The installer was improved. - Known bugs were...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (155): Easy Hosting Control Panel Download

Added: August 25, 2010 | Visits: 2.606

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (223): Easy PHP Upload Download

1 2 3 4 5 >