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

Hash Algorithms freeware
Filter: All | Freeware | Demo
 

Hash Algorithms

< 1 2 3 4 5 
Added: September 27, 2013 | Visits: 411

nulis In cryptography, SHA-1 is a cryptographic hash function designed by the United States National Security Agency and published by the United States NIST as a U.S. Federal Information Processing Standard. SHA stands for "secure hash algorithm". The three SHA algorithms are structured differently and... Platforms: Mac

License: Freeware Size: 5.32 MB Download (38): nulis Download

Added: August 13, 2013 | Visits: 327

Vakar In cryptography, SHA-1 is a cryptographic hash function designed by the United States National Security Agency and published by the United States NIST as a U.S. Federal Information Processing Standard. SHA stands for "secure hash algorithm". The three SHA algorithms are structured differently and... Platforms: Mac

License: Freeware Size: 5.16 MB Download (38): Vakar Download

Added: June 20, 2013 | Visits: 521

Python Cryptography Toolkit Python Cryptography Toolkit is a collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms. The package is structured to make adding new modules easy. I consider this section to be essentially complete, and the software interface will almost certainly not... Platforms: *nix

License: Freeware Size: 153.6 KB Download (47): Python Cryptography Toolkit Download

Added: May 05, 2006 | Visits: 2.327

HashTrie By Softcomplete Development. HashTrie is a new high efficient data structure for fast searching. It combines in herself properties of the hash-tables and trie (digital-trees). As against the usual hash-tables the size HashTrie is not fixed, that allows to work with an unknown beforehand amount of... Platforms: Windows

License: Freeware Size: 101 KB Download (126): HashTrie Download

Added: February 20, 2006 | Visits: 2.448

Authent - I Authent-I is a handy little tool that allows people to quickly and safely verify the integrity of their data by the use of hash codes. This tool is great for security buffs, and anyone who wants to make sure their data is what they specifically wanted. The use of MD5 and SHA1 cryptographic... Platforms: Windows

License: Freeware Size: 820 KB Download (508): Authent - I Download

Added: April 29, 2014 | Visits: 10.019

MSMQ QXplorer This tool will use to enumerate all message in message queue(MSMQ). It can also Create queue, Delete queue, Purge message in queue, send message, delete message, and recieve message. It has also a function tha can get MD5 Hash, SHA 256, SHA512. Purpose: Message Queuing (MSMQ) technology... Platforms: Windows

License: Freeware Size: 212 KB Download (2548): MSMQ QXplorer Download

Released: May 27, 2008  |  Added: June 12, 2008 | Visits: 2.734

Fsum Frontend Fsum Frontend is a free and easy-to-use tool that allows to compute message digests, checksums and HMACs for files and text strings. It supports drag-and-drop and you can handle multiple files at once. The checksum generated can be used to verify the integrity of the files. It supports 96... Platforms: Windows

License: Freeware Size: 643.8 KB Download (876): Fsum Frontend Download

Added: June 08, 2013 | Visits: 955

Classless.Hasher Hasher is a tool to help programmers implement checksum algorithms and standard hashing into their own software. Written entirely in C# and designed for use in the .NET Framework, Hasher providers a uniform interface to easily use any of the algorithms contained within this library in other... Platforms: *nix

License: Freeware Size: 634.88 KB Download (105): Classless.Hasher Download

Added: September 07, 2010 | Visits: 1.183

Cache::Memcached::Tie Cache::Memcached::Tie is a Perl module created for using Cache::Memcached as hash. SYNOPSIS #!/usr/bin/perl -w use strict; use Cache::Memcached::Tie; my %hash; my $memd=tie %hash,Cache::Memcached::Tie, {servers=>[192.168.0.77:11211]}; $hash{b}=[a,{b=>a}]; print $hash{a}; print... Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Cache::Memcached::Tie Download

Added: June 06, 2010 | Visits: 860

Tie::ListKeyedHash Tie::ListKeyedHash is a system allowing the use of anonymous arrays as keys to a hash. SYNOPSIS use Tie::ListKeyedHash; [$X =] tie %hash, Tie::ListKeyedHash; my $live_key = [key,items,live]; $hash{$live_key} = Hello!; $hash{[key,trees,grow]} = Goodbye!; print... Platforms: *nix

License: Freeware Size: 16.38 KB Download (98): Tie::ListKeyedHash Download

Added: February 20, 2010 | Visits: 1.330

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: July 16, 2010 | Visits: 702

DBIx::TableHash DBIx::TableHash is a Perl module that can tie a hash to a mysql table + SQL utils. SYNOPSIS use DBIx::TableHash; my $DBHash = DBIx::TableHash->create_or_die (my $Params = { DBIDriver => mysql, Database => mydatabase, HostName => localhost, Port => undef, Login => , Password => ,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): DBIx::TableHash Download

Added: August 18, 2010 | Visits: 793

File::RsyncP::Digest File::RsyncP::Digest is a Perl interface to rsync message digest algorithms. SYNOPSIS use File::RsyncP::Digest; $rsDigest = new File::RsyncP::Digest; # specify rsync protocol version (default is <= 26 -> buggy digests). $rsDigest->protocol(version); # file MD4 digests... Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): File::RsyncP::Digest Download

Added: June 09, 2010 | Visits: 1.099

Statistics::RankOrder Statistics::RankOrder contains algorithms for determining overall rankings from a panel of judges. SYNOPSIS use Statistics::RankOrder; my $r = Statistics::RankOrder->new(); $r->add_judge( [qw( A B C )] ); $r->add_judge( [qw( A C B )] ); $r->add_judge( [qw( B A C )] ); my %ranks =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): Statistics::RankOrder Download

Added: January 03, 2010 | Visits: 868

The Figaro The Figaro project is a framework for implicit graph algorithms and representations by OBDDs. The "Framework for Implicit Graph Algorithms and Representations by OBDDs" (Figaro) automatically manages experiments with input generator and algorithm plugins. It already contains some generators... Platforms: *nix

License: Freeware Size: 1.4 MB Download (93): The Figaro Download

Added: May 23, 2010 | Visits: 972

libscl libscl (SCL) is a library that provides hash tables, list, queue, stack, symbol, balanced binary tree, and a vector as abstract data types. Multiple independent instances of the same abstract type can be used, each with its own arbitrary contents. Whats New in This Release: - Added a little... Platforms: *nix

License: Freeware Size: 133.12 KB Download (97): libscl Download

Added: April 03, 2010 | Visits: 1.431

EVP dirdiff EVP dirdiff recursively compares two directory trees using message digest (hash), e.g. MD5.. Get EVP dirdiff at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Recursively compare two directory trees using message digest (hash).... Platforms: *nix

License: Freeware Size: 82.94 KB Download (191): EVP dirdiff Download

Added: February 04, 2010 | Visits: 784

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: May 24, 2010 | Visits: 972

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results... Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): AI::Menu Download

Added: October 08, 2010 | Visits: 1.272

Optimization Algorithm Toolkit Optimization Algorithm Toolkit is a workbench and toolkit for developing, evaluating, and playing with classical and state-of-the-art optimization algorithms on standard benchmark problem domains; including reference algorithm implementations, graphing, visualizations and much more. The project... Platforms: *nix

License: Freeware Size: 6.5 MB Download (123): Optimization Algorithm Toolkit Download

< 1 2 3 4 5