Projects tagged ‘hash’


[106 total ]

6 Users

Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer.
Created about 1 year ago.

5 Users

Crypto++ Library is a free C++ class library of cryptographic schemes. It includes classes for many cryptographic functions including DES, Triple DES, Blowfish, MD? and SHA*.
Created over 3 years ago.

4 Users

Subdownloader is a Free OpenSource tool written in PYTHON for automatic download/upload subtitles for videofiles (DIVX,MPEG,AVI,etc) from www.OpenSubtitles.org (OSDB) using fast hash.
Created over 3 years ago.

3 Users
 

CalistA is a little ECMASCript cryptography library with SHA1, TEA, MD5, LZW, Base64, Base8, etc. algorithms and implementations. This framework is an extension of VEGAS the RIA opensource framework.
Created about 1 year ago.

1 Users

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 ... [More] horizontal scalability both on multi-core machines as well as across the network to additional machines. 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]
Created 2 months ago.

1 Users
 

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 ... [More] focus is applicability - at least you should use this library. [Less]
Created over 2 years ago.

1 Users
 

The NSketch library aims to provide clean and well documented .Net 2.0 implementation of the most useful sketch-based algorithms. The library is written in C# and targets both Microsoft .Net Framework ... [More] and Mono. A sketch is a compact yet approximate representation of some data. Most well-studied sketches quantify the level of approximation through the Probably Approximately Correct (PAC) framework . Intuitively, a typical PAC property indicates that the (approximate) output is within a ε error margin of epsilon with a probability greater than P. If exactness is not a requirement, the approximation tradeoff can provide a huge performance gain against amount of limited error. [Less]
Created over 2 years ago.

1 Users

This is a module for Snappad that allows you to quickly and easily lock down your website.
Created about 1 year ago.

1 Users

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. ... [More] Compression of in-use table (increase in false positive probability vs space) 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]
Created 12 months ago.

1 Users

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 ... [More] programming languages For more information please visit: http://www.partow.net/programming/hashfunctions/index.html [Less]
Created about 1 year ago.