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

Hash Decode software
Filter: All | Freeware | Demo
 

Hash Decode

1 2 3 4 5 > 
Released: September 03, 2012  |  Added: October 11, 2012 | Visits: 5.624

Advanced Hash Calculator Advanced File Calculator is a cryptographic data hash calculation software for files. Simply drag and drop files in this calculator and hash string for the files will be displayed on the fly. Supported cryptographic hash function algorithms include CRC32 control sum, GOST hash, MD2, MD4, MD5,...



Platforms: Windows, Other

License: Shareware Cost: $19.95 USD Size: 623.65 KB Download (875): Advanced Hash Calculator Download

Released: September 25, 2009  |  Added: October 02, 2009 | Visits: 2.690

MD5 Hash Calculate MD5 hash of multiple files. You can copy MD5 hashes to the clipboard or save to a text file from an easy to use interface. Features: * Fast Calculation * Select multiple files, or drag direct from Windows explorer * Customizable results window * Save results to a...





Platforms: Windows

License: Freeware Size: 446.2 KB Download (278): MD5 Hash Download

Added: October 24, 2010 | Visits: 870

Hash::NoVivify Hash::NoVivify is a Perl extension for non-vivifying exists and defined functions. SYNOPSIS use Hash::NoVivify qw(Defined Exists); ... if (Exists(%hash, qw(key1 key2 ... keyn ))) { ... } if (Defined(%hash, qw(key1 key2 ... keyn))) { ... } When used on a hash, the exists() and...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Hash::NoVivify Download

Added: August 07, 2010 | Visits: 887

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: June 23, 2010 | Visits: 993

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: March 02, 2010 | Visits: 928

Basset::Container::Hash Basset::Container::Hash Perl module implements a layered hash. The easiest way to explain is with an example: my %x = (a => b); tie my %y, Basset::Container::Hash, %x; #<- %x is the parent of y. print $x{a}; #prints b print $y{a}; #prints b (inherited from x) $y{a} = foo; $y{z} = bar;...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Basset::Container::Hash Download

Added: November 15, 2010 | Visits: 856

Tie::Hash::Sorted Tie::Hash::Sorted Perl module presents hashes in sorted order. SYNOPSIS use Tie::Hash::Sorted; my %ages = ( John => 33, Jacob => 29, Jingle => 15, Heimer => 48, Smitz => 12, ); my $sort_by_numeric_value = sub { my $hash = shift; [ sort {$hash->{$b} <=> $hash->{$a}} keys %$hash ];...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Tie::Hash::Sorted Download

Added: April 14, 2010 | Visits: 1.001

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: September 15, 2010 | Visits: 1.681

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (105): Class::Method::hash 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: April 27, 2010 | Visits: 1.708

Audio::AMR::Decode Audio::AMR::Decode is a Perl extension do decode .amr files. SYNOPSIS use Audio::AMR::Decode; Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm); This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file. The package contains C-source files for the...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (296): Audio::AMR::Decode Download

Added: August 15, 2010 | Visits: 990

Hash::Diff::Dispatch Hash::Diff::Dispatch allows to execute code depending on difference between hashes. SYNOPSIS my $hash_watcher = Hash::Diff::Dispatch->new( {}, # Sets the starting hash # The events will be called using the order returned # by calling keys on these values... b => &bold, i => &italic,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Hash::Diff::Dispatch 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

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 602

Calibrated{Q} IMX Decode for Mac OS A multi-threaded IMX QuickTime Codec(Decode Only) that enables you to view QuickTime IMX Movies in QuickTime Player and other 3rd party applications that support QuickTime. Features at a glance: - Supported Apple IMX Formats: - NTSC IMX 30/40/50 - PAL IMX 30/40/50 Colorspace conversion to...


Platforms: Mac

License: Freeware Size: 4.2 MB Download (59): Calibrated{Q} IMX Decode for Mac OS Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 555

Calibrated{Q} DVCProHD Decode for Mac OS A multi-threaded DVCProHD QuickTime Codec(Decode Only) that enables you to view QuickTime DVCProHD Movies in QuickTime Player and other 3rd party applications that support QuickTime. Features at a glance - Supports the Apple DVCProHD formats:1080p24, 1080p25, 1080p30, 1080i30, 1080i25, and...


Platforms: Mac

License: Freeware Size: 3.7 MB Download (62): Calibrated{Q} DVCProHD Decode for Mac OS Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 617

Calibrated{Q} XD Decode for Mac OS A multi-threaded QuickTime Codec(Decode Only) that enables you to view QuickTime XDCAM and HDV Movies in QuickTime Player and other 3rd party applications that support QuickTime. Features at a glance: - Calibrated{Q} XD Decode supports the following Apple .MOV encoded files: - HDV: 1080i30,...


Platforms: Mac

License: Freeware Size: 4 MB Download (56): Calibrated{Q} XD Decode for Mac OS Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 658

Hash Me! Hash Me! is a handy and reliable application designed to generate hashed passwords. You can save your own template on XML file and choose several hash options. It's developed in Windows Form C# and if you are tired to search hashing website, you are in the right place! It is possible to choose...


Platforms: Windows

License: Freeware Download (422): Hash Me! Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 629

Calculator of Cryptographic Hash Calculator of Cryptographic Hash is a handy and reliable utility designed to compute the cryptographic hash of text and files. Simply drag and drop files (or type the text) in this calculator and hash string for the files (or for entered text) will be immediately displayed. Great tool for...


Platforms: Windows, 2003, Windows Vista, 2008, 7, 7x64

License: Freeware Download (422): Calculator of Cryptographic Hash Download

1 2 3 4 5 >