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

Hashes software
Filter: All | Freeware | Demo
 

Hashes

1 2 3 4 5 > 
Added: June 07, 2013 | Visits: 496

Secure Password Hashes (phpass) Stores password hashes securely. The default password hashes are insecure - MD5 is easy to crack, should an attacker find a database dump or gain access to your database. This module implements secure password hashes using the phpass password hashing method - multiple rounds of hashing and...



Platforms: PHP

License: Freeware Size: 10 KB Download (45): Secure Password Hashes (phpass) Download

Added: May 10, 2013 | Visits: 327

Secure Password Hashes MD5 has long been known to be crackable, so this module stores the hashes in a secondary table using phpass, and removes the insecure MD5 hashes in the user table.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. ...





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

License: Freeware Download (48): Secure Password Hashes Download

Released: May 01, 2012  |  Added: June 30, 2012 | Visits: 4.965

PasswordsPro The professional program to recover the passwords for user hashes. The range of hashes supported include: MySQL, MySQL5, DES(Unix), MD4, MD4(HMAC), MD5, MD5(HMAC), MD5(Unix), MD5(APR), SHA-1, SHA-1(HMAC), SHA-256, SHA-384, SHA-512, Domain Cached Credentials, Haval-128, Haval-160, Haval-192,...


Platforms: Windows

License: Demo Cost: $60.00 USD Size: 15.46 MB Download (298): PasswordsPro Download

Released: May 15, 2012  |  Added: June 16, 2012 | Visits: 6.024

Extreme GPU Bruteforcer Extreme GPU Bruteforcer is a professional solution for recovering passwords from hashes using GPU. The program recovers passwords for MD5, MySQL, NTLM, SHA-1, DES, MySQL5, DES, Domain Cached Credentials, forum hashes (IPB, SMF, vBulletin. etc.) and other hashes using the exhaustive search and...


Platforms: Windows

License: Shareware Cost: $60.00 USD Size: 3.06 MB Download (583): Extreme GPU Bruteforcer Download

Added: February 02, 2010 | Visits: 860

Locale::Maketext::Lexicon::Tie Locale::Maketext::Lexicon::Tie is a Perl module to use tied hashes as lexicons for Maketext. SYNOPSIS package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { en => [ Tie => [ DB_File => en.db ] ], }; This module lets you easily tie the %Lexicon hash to a database...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Lexicon::Tie Download

Added: October 16, 2010 | Visits: 747

Devel::Carnivore Devel::Carnivore is a Perl module to spy on your hashes (and objects). SYNOPSIS use Devel::Carnivore; sub new_attribute { my %self : Watch("myName") = (); bless %self, shift; } sub new_functional { my $self = {}; watch $self, "myName"; bless $self } sub new_blessed { my $self =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Devel::Carnivore Download

Added: May 06, 2010 | Visits: 976

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: September 08, 2010 | Visits: 1.167

Hash::Merge Hash::Merge Perl module merges arbitrarily deep hashes into a single hash. SYNOPSIS use Hash::Merge qw( merge ); my %a = ( foo => 1, bar => [ qw( a b e ) ], querty => { bob => alice }, ); my %b = ( foo => 2, bar => [ qw(c d) ], querty => { ted => margeret }, ); my %c = %{ merge(...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Hash::Merge Download

Added: July 26, 2010 | Visits: 1.044

Tie::Hash::Stack Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. SYNOPSIS use Tie::Hash::Stack qw(pop_hash push_hash merge_hash); my %hash; tie( %hash, "Tie::Hash::Stack" ); # Ties the hash $hash{ 1 } = "one"; $hash{ 2 } = "two"; $hash{ 3 } = "three"; push_hash...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (186): Tie::Hash::Stack Download

Added: August 04, 2010 | Visits: 717

List::Pairwise List::Pairwise is a Perl module with map/grep arrays and hashes pairwise. SYNOPSIS use List::Pairwise qw(:all); my %a = ( snoogy1 => 4, snoogy2 => 2, NOT => 4, snoogy3 => 5, hehe => 12, ); # keys/values emulation (only slower) my @keys = mapp {$a} %a; my @values = mapp {$b} %a;...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): List::Pairwise Download

Released: October 01, 2009  |  Added: October 01, 2011 | Visits: 817

QuickiHash QuickiHash is a lightweight application that has been designed to load quickly and display hashes for files in a number of different formats. Files can be dropped into the main window, on the application icon, specified via the commandline, or using the file browser within the application...


Platforms: Windows

License: Freeware Size: 45.73 KB Download (92): QuickiHash Download

Released: June 10, 2012  |  Added: July 12, 2012 | Visits: 1.125

Hash Suite Hash Suite is a very efficient auditing tool for Windows password hashes (LM, NTLM, and Domain Cached Credentials also known as DCC or MSCash). It is very fast, yet it has modest memory requirements even when attacking a million of hashes at once. The GUI is simple, yet uses modern features...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 14.79 MB Download (119): Hash Suite Download

Added: May 10, 2013 | Visits: 394

Using Ruby hashes as keyword arguments However, as you have more and more keyword options, setting defaults in this way gets rather tedious. Fortunately, Ruby's Hash#merge comes to our rescue (almost) - it allows you to merge the contents of one hash with another. The only problem - any duplicate keys in the hash you are merging will...


Platforms: Windows, *nix, Ruby,

License: Freeware Download (75): Using Ruby hashes as keyword arguments Download

Added: November 22, 2013 | Visits: 173

Hash::WithDefaults Hash::WithDefaults is a Perl module that implements hashes that support "defaults". That is you may specify several more hashes in which the data will be looked up in case it is not found in the current hash. SYNOPSIS use Hash::WithDefaults; %main = ( ... ); tie %h1, 'Hash::WithDefaults',...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Hash::WithDefaults Download

Added: November 08, 2013 | Visits: 265

Net::DirectConnect::TigerHash Net::DirectConnect::TigerHash - Perl extension for calculating tiger hashes from files or strings


Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): Net::DirectConnect::TigerHash Download

Released: August 31, 2006  |  Added: January 22, 2007 | Visits: 5.321

Windows Password NT/2000/XP/2003 system administrators can use WinPassword to find breaches in system security. WinPassword tries to decrypt plain-text passwords examining user password hashes. If it is possible to recover a password within reasonable time, the password should be considered insecure. WinPassword...


Platforms: Windows

License: Demo Cost: $39.00 USD Size: 445 KB Download (388): Windows Password Download

Released: January 20, 2010  |  Added: June 14, 2010 | Visits: 8.469

Windows Password Recovery Bootdisk Windows Password Recovery Bootdisk extends a helping hand when you lost your logon password. It allows easily remove password for any Windows user or restore LM and NTLM password hashes. In three simple steps, you will be able to recover your logon password and continue working as usual. It fits...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 7.54 MB Download (531): Windows Password Recovery Bootdisk Download

Added: August 31, 2008 | Visits: 1.303

HashCalc Free calculator to compute multiple hashes, checksums and HMACs for files, text and hex strings. It allows to calculate hash (message digest), checksum and HMAC values based on the most popular algorithms: MD2, MD4, MD5, SHA1, SHA2 (SHA256, SHA384, SHA512), RIPEMD160, PANAMA, TIGER, CRC32,...


Platforms: Windows

License: Freeware Size: 440 KB Download (189): HashCalc Download

Added: August 26, 2008 | Visits: 991

HashMyFiles HashMyFiles is small utility that allows you to calculate the MD5 and SHA1 hashes of one or more files in your system. You can easily copy the MD5/SHA1 hashes list into the clipboard, or save them into text/html/xml file. HashMyFiles can also be launched from the context menu of Windows Explorer,...


Platforms: Windows

License: Freeware Size: 40 KB Download (488): HashMyFiles Download

Added: August 24, 2008 | Visits: 1.571

Duplicate Files Searcher Duplicate Files Searcher (DFS) is an application for finding and deleting duplicated files on your computer It can also be used to calculate MD5 and SHA hashes. There are two editions available: Open Source edition and full edition, both are freeware. The Open Source edition offers only basic...


Platforms: Java

License: Freeware Size: 339 KB Download (473): Duplicate Files Searcher Download

1 2 3 4 5 >