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

Decryption freeware
Filter: All | Freeware | Demo
 

Decryption

< 1 2 3 4 5 > 
Added: November 24, 2010 | Visits: 1.073

TCFS TCFS project is a cryptographic network file system featuring group sharing of encrypted files. TCFS will encrypt your files before sending them to the file server and will decrypt them before they are read by the requesting application. Because the encryption/decryption process takes place on...



Platforms: *nix

License: Freeware Size: 87.04 KB Download (104): TCFS Download

Added: April 27, 2010 | Visits: 1.823

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.270

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 11, 2010 | Visits: 1.018

LSM-PKCS11 LSM-PKCS11 is a project intended to support the implementation of Lite Security Modules. The targets of such implementations are PKIs (Public Keys Infrastructures) for intra-company and network applications, requiring a non-trivial security level but not so budgeted to allow the acquisition of...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (105): LSM-PKCS11 Download

Added: August 10, 2010 | Visits: 1.064

Convert::PEM::CBC Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation. SYNOPSIS use Convert::PEM::CBC; my $cbc = Convert::PEM::CBC->new( Cipher => Crypt::DES_EDE3, Passphrase => foo ); $cbc->encrypt($plaintext); Convert::PEM::CBC implements the CBC (Cipher Block Chaining)...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (116): Convert::PEM::CBC Download

Added: November 08, 2010 | Visits: 740

alph alph implements and analyzes historical and traditional ciphers and codes, such as polyalphabetic, susbstitutional, and mixed employing human-reconstructable algorithms. alph project provides a pipe filter interface in order to encrypt and decrypt block text to acheive transparency. The...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (99): alph Download

Added: January 14, 2010 | Visits: 818

mod_urlscheme mod_urlscheme is an Apache 1.3/2.0/2.2 module that allows the Apache configuration author control over the scheme to use when constructing self-referential URLs. Please note that this module is different from mod_scheme, which embeds the Tinyscheme interpreter into Apache. You can find that...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (90): mod_urlscheme Download

Added: July 26, 2010 | Visits: 896

FlexiCrypt FlexiCrypt is a universal cryptography toolkit for managing certificates and symmetric keys. FlexiCrypt can perform many kinds of encryption, decryption, signing, and several related tasks..


Platforms: *nix

License: Freeware Size: 3.7 MB Download (98): FlexiCrypt Download

Added: March 23, 2010 | Visits: 834

GnuPG::Interface GnuPG::Interface is a Perl interface to GnuPG. SYNOPSIS # A simple example use IO::Handle; use GnuPG::Interface; # settting up the situation my $gnupg = GnuPG::Interface->new(); $gnupg->options->hash_init( armor => 1, homedir => /home/foobar ); # Note you can set the recipients even...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (91): GnuPG::Interface Download

Added: June 10, 2010 | Visits: 1.160

blowcrypt Blowcrypt is a file encryption utility based around the blowfish algorithm. It has a Tk frontend but can also be used from the command line. The key length is currently set to 448 bits. (the maximum that is permitted by the blowfish algorithm.) The system has been designed to be modular. The...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (152): blowcrypt Download

Added: August 10, 2010 | Visits: 569

Apache::CryptHash Apache::CryptHash is a Perl module with encrypted tokens for cookies. Creates an encrypted cookie-like string with a MAC (checksum) from a hash of critical and non-critical values. The MAC is created on only the critical values. Decryption will fail if the string has been altered and the MAC...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): Apache::CryptHash Download

Added: June 02, 2010 | Visits: 1.637

Seahorse 1.0.1 / Seahorse is a GNOME application for managing PGP keys. Seahorse project also integrates with nautilus, gedit and other places for encryption, decryption and other operations. Seahorse is based on GPG and GPGME. Seahorse 2.0 will provide a consistent encryption system throughout the GNOME...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (108): Seahorse 1.0.1 / Download

Added: February 15, 2010 | Visits: 2.108

Filter::decrypt Filter::decrypt Perl module contains a template for a decrypt source filter. SYNOPSIS use Filter::decrypt ; This is a sample decrypting source filter. Although this is a fully functional source filter and it does implement a very simple decrypt algorithm, it is not intended to be used as...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (211): Filter::decrypt Download

Added: August 15, 2010 | Visits: 813

cryptmount cryptmount project is a utility for GNU/Linux operating systems which allows an ordinary user to mount an encrypted filesystem. cryptmount was written to address differences between the capabilities of the loopback device and the newer, preferred, device-mapper mechanisms of the 2.6 kernel...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (94): cryptmount Download

Added: October 06, 2010 | Visits: 896

PerlIO::via::CBC PerlIO::via::CBC is a Perl IO layer for reading/writing CBC encrypted files. SYNOPSIS use PerlIO::via::CBC; PerlIO::via::CBC->config( key => my secret key, cipher => Blowfish, iv => $KJh#(}q, regenerate_key => 0, # default true padding => space, prepend_iv => 0, pcbc => 1 #default 0...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): PerlIO::via::CBC Download

Added: September 22, 2010 | Visits: 1.147

Eureka Public Key Eureka Public Key was created due to numerous requests for a public key application using our strong encryption techniques. The basic principle for its use is one creates their own public key and distributes the key to whomever they will be transferring encrypted files with. When one receives a...


Platforms: *nix

License: Freeware Size: 2.6 MB Download (94): Eureka Public Key Download

Added: January 25, 2010 | Visits: 1.247

HandBrake MediaFork is a GPL'd multiplatform, multithreaded DVD to MPEG-4 ripper/converter originally based on HandBrake.Supported sources:Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (even encrypted)PAL or NTSCAC-3, LPCM or MPEG audio tracksOutputs:File format: MP4, AVI or OGMVideo: MPEG-4...


Platforms: Mac

License: Freeware Download (286): HandBrake Download

Added: January 25, 2010 | Visits: 917

iSafe iSafe allows you to keep your credit card numbers, bank account information, software serial numbers, web based usernames and passwords and more all in one convenient place. You can also safely type and encrypt text documents from within iSafe or encrypt documents already stored on your hard...


Platforms: Mac

License: Freeware Download (118): iSafe Download

Released: May 09, 2010  |  Added: May 25, 2010 | Visits: 1.192

ANG DataProtect ANG DataProtect is powerful but yet easy to use encryption software for Windows desktop PCs. It protects your confidential data with enterprise level strong AES 256-bit/SHA 512-bit encryption therefore files encrypted with ANG DataProtect can't be accessed even using MS DOS or other operating...


Platforms: Windows

License: Freeware Size: 467 KB Download (134): ANG DataProtect Download

Released: September 22, 2010  |  Added: September 28, 2010 | Visits: 1.122

Bond Disc Bond Disc is a powerful solution to manage, archive and recover files that hold valuable information. We originally looked for a solution to store the results of our work, designs of inventions, technical descriptions and other classified documents, in short priceless information, in a fail-safe...


Platforms: Windows

License: Freeware Size: 585.5 KB Download (123): Bond Disc Download

< 1 2 3 4 5 >