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

Crypt Seed freeware
Filter: All | Freeware | Demo
 

Crypt Seed

1 2 3 4 5 > 
Added: July 20, 2013 | Visits: 474

Crypt::SEED Crypt::SEED is a Perl module that provides the Perl community with the SEED encryption algorithm which has been made by Korean Information Security Agency(KISA, http://www.kisa.or.kr). SEED encryption/decryption uses a 'round key' which translated from a user key. Whenever you add user keys to... Platforms: *nix

License: Freeware Size: 30.72 KB Download (32): Crypt::SEED Download

Added: March 27, 2006 | Visits: 12.557

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 10, 2010 | Visits: 1.338

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

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

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

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

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: October 14, 2010 | Visits: 1.106

Crypt::Enigma Crypt::Enigma is a Perl extension for emulating a World War II Enigma. SYNOPSIS use Crypt::Enigma; my($enigma) = Crypt::Enigma->new(); # Set the enigma to the proper rotor, ring, and initial setting. $enigma->setup("312", "ABC", "ERZ"); # Plugboard a to b, and b to a.... Platforms: *nix

License: Freeware Size: 6.14 KB Download (157): Crypt::Enigma Download

Added: March 20, 2010 | Visits: 1.078

Crypt::SSLeay Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. SYNOPSIS lwp-request https://www.nodeworks.com use LWP::UserAgent; my $ua = new LWP::UserAgent; my $req = new HTTP::Request(GET, https://www.nodeworks.com); my $res = $ua->request($req); print... Platforms: *nix

License: Freeware Download (106): Crypt::SSLeay Download

Added: November 05, 2010 | Visits: 1.132

Crypt::UnixCrypt Crypt::UnixCrypt is a perl-only implementation of the crypt function. SYNOPSIS use Crypt::UnixCrypt; $hashed = crypt($plaintext,$salt); # always use this modules crypt BEGIN { $Crypt::UnixCrpyt::OVERRIDE_BUILTIN = 1 } use Crypt::UnixCrypt; This module is for all those poor souls whose... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Crypt::UnixCrypt Download

Added: August 05, 2010 | Visits: 1.580

Crypt::ECDSA::Curve Crypt::ECDSA::Curve is a base class for ECC curves. These are for use with Crypt::ECDSA, a Math::GMPz based cryptography module. METHODS new Constructor. Takes the following named pair arguments: standard => standard-curve-name Used for named standard curves such as the NIST standard... Platforms: *nix

License: Freeware Size: 143.36 KB Download (193): Crypt::ECDSA::Curve Download

Added: November 06, 2010 | Visits: 1.743

Crypt::OpenSSL::SMIME Crypt::OpenSSL::SMIME is a Perl module for signing and encrypting messages with S/MIME standard using OpenSSL libraries. SYNOPSIS use Crypt::OpenSSL::SMIME; $smime = new Crypt::OpenSSL::SMIME({ signer_from => sender@test.com, signer_cert => sender.crt, signer_key => sender.key,... Platforms: *nix

License: Freeware Size: 25.6 KB Download (107): Crypt::OpenSSL::SMIME Download

Added: January 26, 2010 | Visits: 827

Crypt::Util Crypt::Util is a lightweight Crypt/Digest convenience API. SYNOPSIS use Crypto::Util; # also has a Sub::Exporter to return functions wrapping a default instance my $util = Crypto::Util->new; $util->default_key("my secret"); # MAC or cipher+digest based tamper resistent encapsulation #... Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): Crypt::Util Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 621

MAXA Crypt Portable The MAXA Crypt Mobile application was designed to help you encrypt files, folders and texts using the 256-bit Rijndael algorithm, winner of the Advanced Encryption Standard contest. Multiple files can be encrypted into one file and are even compressed in their size. The program is smaller than... Platforms: Windows

License: Freeware Download (424): MAXA Crypt Portable Download

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

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

Added: August 05, 2008 | Visits: 1.535

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

Added: August 22, 2008 | Visits: 1.360

The Crypt The Crypt is an exciting 3D FPS. In this game you wake up trapped inside a terrifying crypt, and you have to work out your situation to find a way out.Collect all the energy and extra lives you find on the way, because you will definitely need them. Don+t discount anything at all. Using the arrow... Platforms: Windows

License: Freeware Size: 1024 B Download (236): The Crypt Download

Added: August 13, 2010 | Visits: 1.323

Super AJAX Programming Seed AJAX is all the rage these days, and for a good reason. With AJAX, you can create web applications with nearly the same functionality as your desktop programs. Super AJAX Programming Seed project is a tight script that illustrates a simple use of AJAX technology using PHP, HTML and JavaScript.. Platforms: *nix

License: Freeware Size: 4.1 KB Download (123): Super AJAX Programming Seed Download

Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 721

The Crypt - Full Version In this 3D First Person Shooter game, you wake up in a dimly-lit crypt. You have to shoot your way out. Using the arrow keys and your mouse, you navigate the tightly guarded maze of The Crypt. Gain as much energy and lives as possible along the way because, you will need them! This is the full 10... Platforms: Windows

License: Freeware Size: 17.58 MB Download (62): The Crypt - Full Version Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 322

Message Crypt Algorythm MCA is an algorythm used to crypt/decrypt texts and whole files with a password specified by the user. It's available in C++ and PHP. There's also a tool for WIN to crypt files on the HD. Platforms: Windows, Mac, Linux

License: Freeware Size: 172.09 KB Download (58): Message Crypt Algorythm Download

1 2 3 4 5 >