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

Hash Decode freeware
Filter: All | Freeware | Demo
 

Hash Decode

< 1 2 3 4 5 > 
Added: February 04, 2010 | Visits: 780

MLDBM MLDBM is a Perl module to store multi-level hash structure in single level tied hash. SYNOPSIS use MLDBM; # this gets the default, SDBM #use MLDBM qw(DB_File FreezeThaw); # use FreezeThaw for serializing #use MLDBM qw(DB_File Storable); # use Storable for serializing $dbm = tie %o, MLDBM...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): MLDBM Download

Added: April 20, 2010 | Visits: 945

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);...





Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: June 01, 2010 | Visits: 2.093

cdpr cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it will report the device ID, the IP Address (of the device), and the port number that the machine is connected to. Optionally it will decode the entire CDP packet. This version provides the ability to include a timeout...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (127): cdpr Download

Added: November 26, 2010 | Visits: 769

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: February 25, 2010 | Visits: 967

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Added: November 18, 2010 | Visits: 938

Tie::HashHistory Tie::HashHistory can track history of all changes to a tied hash. SYNOPSIS my $hh = tie %hash => Tie::HashHistory, PACKAGE, ARGS...; @values = $hh->history(KEY); Tie::HashHistory interposes itself between your program and another tied hash. Fetching and storing to the hash looks...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Tie::HashHistory 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: February 13, 2010 | Visits: 961

mod_form mod_form is a utility to decode data submitted from Web forms. It deals with both GET and POST methods where the data are encoded using the default content type application/x-www-form-urlencoded. mod_form does not decode multipart/form-data (file upload) forms: for those you should use...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): mod_form Download

Added: November 12, 2010 | Visits: 985

CORBA::IOP::IOR CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs. SYNOPSIS #!/usr/local/bin/perl -w require CORBA::IOP::IOR; $ior = new CORBA::IOP::IOR; $ior->parseIOR($ARGV[0]); $ior->printHash(); $ior->{IIOP_profile}->{host} = "host.domain.name"; print...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (109): CORBA::IOP::IOR Download

Added: January 13, 2010 | Visits: 761

hashit hashit is a generic hash library. hashit implements diverse collision handling methods. This function creates a hash table which is returned as a hash_t type. errno is set to ENOMEM if there wasnt enough memory avaliable for creating the table. Return value is a reference to the table just...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): hashit Download

Added: July 06, 2010 | Visits: 1.215

CGI::Explorer CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts. Synopsis Install /assets/css/explorer/xtree.css, /assets/js/explorer/xtree.js, and /assets/images/explorer/*, as per the installation instructions, below. Then run the demos...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): CGI::Explorer Download

Added: January 24, 2010 | Visits: 824

CGI_Lite CGI_Lite is a Perl module to process and decode WWW forms and cookies. SYNOPSIS use CGI_Lite; $cgi = new CGI_Lite; $cgi->set_platform ($platform); where $platform can be one of (case insensitive): Unix, Windows, Windows95, DOS, NT, PC, Mac or Macintosh $cgi->set_file_type (handle or...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (114): CGI_Lite Download

Added: August 17, 2010 | Visits: 1.223

MP3do MP3do is an "all in one" bash script useful to decode many audio files types and burn it on a audio CD. MP3do is a "host" script that split his works in four different phases: check for audio file type calculate for total songs time duration decode (changing format) burn At the beginning...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (97): MP3do Download

Added: July 10, 2010 | Visits: 619

Perl6::Contexts Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context or as function arguments. SYNOPSIS my @foo = ( 1 .. 20 ); my $foo = @foo; # same as: my $foo = @foo; my $foo = 0 + @foo; # unchanged - length of @foo $obj->some_method(10,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): Perl6::Contexts Download

Added: February 18, 2010 | Visits: 1.083

SBStudio PAC player SBStudio PAC player is a library written in ANSI C to decode SBStudio PAC music modules into a stream of integer PCM audio data. SBStudio PAC player is not a player in itself since theres no code to actually write the audio data anywhere. It is designed to be used in plugins, such as XMMS-PAC....


Platforms: *nix

License: Freeware Size: 30.72 KB Download (195): SBStudio PAC player Download

Added: August 12, 2010 | Visits: 1.146

NetPacket::IP SYNOPSIS use NetPacket::IP; $ip_obj = NetPacket::IP->decode($raw_pkt); $ip_pkt = NetPacket::IP->encode($ip_obj); $ip_data = NetPacket::IP::strip($raw_pkt); NetPacket::IP provides a set of routines for assembling and disassembling packets using IP (Internet Protocol). Methods...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): NetPacket::IP Download

Added: February 26, 2010 | Visits: 558

strhash strhash is a hash table library. A strhash is an associative array, mapping keys to values. Keys and values may be strings of up to 2 gigabytes (2^31) bytes of length, containing any possibly character. Keys need not be unique. All hashing libraries i used before had some kind of more or less...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (98): strhash Download

Added: January 25, 2010 | Visits: 475

Hash Hash allows you to check duplicate files to see if one is identical to the other.


Platforms: Mac

License: Freeware Download (95): Hash Download

Released: July 13, 2017  |  Added: July 17, 2017 | Visits: 2.888

File Checksum Tool KRyLack File Checksum Tool is advanced freeware utility to generate a MD5, SHA-1, HAVAL, MD2, SHA-256, SHA-384, SHA-512 hash from a file. A Hash (Checksum) is a sort of digital fingerprint, uniquely identifying each file. These are common hashes that are used to verify the integrity and...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.34 MB Download (258): File Checksum Tool Download

Released: January 30, 2012  |  Added: February 12, 2012 | Visits: 1.413

XDigesterCheck FREE DiceLock Security XDigesterCheck GUI and .dylib library for Mac OS X. If in your process or software applications you have need for generating hash values for different type of information you can incorporate libXHashDigester.dylib library in your applications to generate the hash you...


Platforms: Mac, Java

License: Freeware Size: 189.91 KB Download (100): XDigesterCheck Download

< 1 2 3 4 5 >