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

Golden Crypt software
Filter: All | Freeware | Demo
 

Golden Crypt

1 2 3 4 5 > 
Released: June 29, 2009  |  Added: August 19, 2009 | Visits: 3.738

Atrise Golden Section Golden Section is an adjustable transparent design grid for web, graphic, logo and UI designs. It allows you to control and correct the sizes and proportions in your design project using the golden section ratio. From the earliest times, human cultures have striven to define beauty. A study...



Platforms: Windows

License: Shareware Cost: $34.99 USD Size: 777 KB Download (267): Atrise Golden Section Download

Added: March 27, 2006 | Visits: 12.550

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: February 25, 2006 | Visits: 2.422

Golden Keywords beta Careful keyword research is an essential step in web site optimization. Golden Keywords will help you find best keywords for your website so that customers can easily find you. Features fast exhaustive keywords discovering and easy-to-use interface for ranking found keywords.


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 2.01 MB Download (114): Golden Keywords beta 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.272

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

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

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

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

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

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

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

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: 824

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: March 16, 2010  |  Added: March 27, 2010 | Visits: 1.394

Golden Trees Screensaver Want to enjoy nature? Feel like a light breeze blowing your face. Look on the golden ears of trees and tranquil lake. Clouds floating in the sky will send you far away from the pressing problems. All you need is to download a free screensaver Golden trees. Mountains in the background will tell...


Platforms: Windows

License: Freeware Size: 2.4 MB Download (96): Golden Trees Screensaver Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 778

Golden Axe 3 This 'Prince of Darkness' has taken away the Golden Axe and put an evil curse over all the warriors. One of the heroes has their curse relieved and is sent to set things straight - lift curse off others, defeat the villian and return with the Golden Axe. You get four characters to choose from:...


Platforms: Windows

License: Freeware Size: 1.21 MB Download (48): Golden Axe 3 Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 839

Golden Trails: The New Western Rush Welcome to the exiting world of Wild West in the latest hidden object shootout Golden Trails: The New Western Rush! Crafty bandits have robbed the bank in the provincial Somerville. And none but you, the brave Sheriff Jack, can solve this knotty case. Search in every nook and cranny in the...


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 257.55 MB Download (67): Golden Trails: The New Western Rush Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 883

Golden Trails 2: The Lost Legacy Travel back to the 18th century and uncover the secrets of bygone days with Golden Trails 2: The Lost Legacy, a fantastic hidden object adventure game and the second title in Golden Trails series! In Golden Trails 2: The Lost Legacy, you play the role of Henry whose Grandfather is accused of...


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 239.1 MB Download (69): Golden Trails 2: The Lost Legacy Download

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

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 24, 2012  |  Added: August 24, 2012 | Visits: 792

Golden World Map Locator Golden World Map Locator for websites, presentations and more. Easy adjustment.Variants of using a map locator:- Real-Estate websites- Quick access to contact organization data, having affiliated networkWith this fully-clickable map you will be able to improve navigation and provide visitors with...


Platforms: Windows, Mac

License: Shareware Cost: $229.00 USD Size: 327.68 KB Download (376): Golden World Map Locator Download

1 2 3 4 5 >