Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

RHash

Compare

  Analyzed about 10 hours ago

RHash is a console utility for computing and verifying hash sums of files. It supports CRC32, MD4, MD5, SHA1, SHA256, SHA512, Tiger, TTH, Torrent BTIH, AICH, EDonkey 2000, GOST R 34.11-94, RIPEMD-160, HAS-160, WHIRLPOOL and SNEFRU hash sums.

24.9K lines of code

4 current contributors

2 months since last commit

1 users on Open Hub

Low Activity
5.0
 
I Use This

bloomfilter

Compare

  Analyzed 2 days ago

C++ Bloom Filter Library, with the following capabilities: Optimal parameter selection based on expected false positive rate. Union, intersection and difference operations between bloom filters. Compression of in-use table (increase in false positive probability vs space) Portable and efficient ... [More] source code implementation. Compatible Compilers: GCC 4.0+ Intel C++ Compiler 9.0+ Microsoft Visual C++ 8.0+ Comeau C/C++ 4.1+ For more information please visit: http://www.partow.net/programming/hashfunctions/index.html [Less]

1.13K lines of code

1 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

jsSHA

Compare

  Analyzed 1 day ago

jsSHA is a JavaScript implementation of all variants of the SHA family of hashes (SHA-1, SHA-224, SHA-256, SHA-384, SHA-512) as well as HMAC.

6.7K lines of code

0 current contributors

3 months since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This

KVSlib

Compare

  No analysis available

C library for key-value storage. The library provides an API to create and use dynamic associative arrays for arbitrary data. Data may be stored and retrieved by copy or by reference. Stored data is reference counted to prevent dangling pointers. Optimised for fast lookups and large data sets. ... [More] Requires C99, no dependencies, platform independent. BSD style license. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

Tie::ShadowHash

Compare

  No analysis available

Tie::ShadowHash is a Perl module that lets you stack together multiple hash-like data structures, including tied hashes such as DB_File databases or text files parsed into a hash, and then treat them like a merged hash. Lookups are handled in the order of the added sources. You can store ... [More] additional values, change values, and delete values from the hash and those actions will be reflected in later operations, but the underlying objects are not changed. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: artistic_gpl
Tags hash perl tie

C++ Bloom Filter Library

Compare

  Analyzed 2 days ago

C++ Bloom Filter Library, with the following capabilities: 1. Optimal parameter selection based on expected false positive rate. 2. Union, intersection and difference operations between bloom filters. 3. Compression of in-use table (increase in false positive probability vs space) ... [More] 4. Portable and efficient source code implementation. Compatible Compilers: * GCC 4.0+ * Intel C++ Compiler 9.0+ * Microsoft Visual C++ 8.0+ * Comeau C/C++ 4.1+ For more information please visit: http://www.partow.net/programming/hashfunctions/index.html [Less]

1.13K lines of code

1 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

SHACrypt

Compare

  No analysis available

SHACrypt is a small application that allows you to encrypt your files securely using cryptographic hash functions as a cipher.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

gphfa

Compare

  No analysis available

The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Object Pascal, C and C++, Java, Python and Ruby programming languages For more information please visit: http://www.partow.net/programming/hashfunctions/index.html

0 lines of code

2 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mozilla_p...

libhashish

Compare

  Analyzed 1 day ago

Libhashish is a powerful and generic hash library for C and C++. The library attempt to combine the best algorithms in this area and take all kinds of optimizations into account. Furthermore the main focus is applicability - at least you should use this library.

7.41K lines of code

0 current contributors

over 15 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Sack - sharding memory hash in perl

Compare

  No analysis available

Main design goal is to have interactive environment to query perl hashes which are bigger than memory on single machine. It's implemented using TCP sockets between perl processes. This allows horizontal scalability both on multi-core machines as well as across the network to additional machines. ... [More] Reading data into hash is done using any perl module which returns perl hash and supports offset and limit to select just subset of data (this is required to create disjunctive shards). Views are small perl snippets which are called for each record on each shard with $rec. Views create data in $out hash which is automatically merged in output. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: artistic_gpl