Projects tagged ‘c’ and ‘hash’


[10 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 12 months ago.

1 Users

SHACrypt is a small application that allows you to encrypt your files securely using cryptographic hash functions as a cipher.
Created about 1 month 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.

0 Users

Lockless Multi-Reader, Multi-Writer Transaction Capable Hash Tables
Created about 1 year ago.

0 Users

A command line based MD5 string/file hasher written in C++. Tested and works on x86 Windows Xp SP3, 32bit. Compiler support: Microsoft Visual Studio 2005, v8.0
Created 4 months ago.

0 Users

chastable is a simple implementation of hashtable in C, the goal is to do a simple and safe library to be easy to use. Only the Source is evaluated.
Created about 1 year ago.

0 Users

「unhash」はC言語で書かれたハッシュテーブルのライブラリです。
Created 2 months ago.

0 Users

A data base can be created from set of text files of key-value format called entities. A set of entities can be queried, grouped and managed in stream manner. One can execute SQL-like statements over ... [More] them. Current implementation Language implementation status availability current release php alpha svn to be announced C++ in progress svn to be announced java in progress svn to be announced Further reading: About and Introduction [Less]
Created 8 months ago.

0 Users

Dope - A portable C implementation of a HashHash / Linked ListsAlmost everything I write requires some form of linked list, or more flexible array than C provides, perhaps because I'm too used to ... [More] using PHP or HashMaps in Java, or perhaps it's the same for everyone. It's such a small amount of code that you write it over and over without thinking about it. Dope can change that, while it's only a little bit of code it's incredibly useful, save yourself those 30 minutes every time you start a new project and go with a Hash that works and is thoroughly tested for leeks. [Less]
Created about 1 year ago.

0 Users

HASHCCA platform independent C++ hash map template implementation using a multidimensional tree structure. Functions are like those of Sun's Java Hash map template StateFirst version is available ... [More] in tags directory! Package name Deeaan Lampel version 0.10 from 2009/10/14 Test were done for: Microsoft Windows Vista using MS Visual Studio 2005 8.0, GNU/linux red hat running kernel 2.6.23 using GNU/g++ 4.1.2, GNU/linux ubuntu running kernel 2.6.24 using GNU/g++ 4.2.4, How toCheck out the project using a SVN client (e.g. TortoiseSVN). For GNU/linux go to directory type make && ./HASHCC/hashcc Or you can download the lastest snapshot as tar gzip ball from downloads tab. TodoRestructure some headers and add more Hashmap templates using different hash functions, different character sets and another tree depth. RemarksLook at the test function testHashMap for usage ~8> Christian Scheiblich [Less]
Created 2 months ago.