Projects tagged ‘hash’ and ‘java’


Jump to tag:

Projects tagged ‘hash’ and ‘java’

Filtered by Project Tags hash java

Refine results Project Tags digest (4) md5 (4) python (3) routine (3) table (3) cplusplus (3) pascal (3) bloom (3) partow (3) ruby (3) message (3) framework (3)

[8 total ]

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.

0 Users

A small library with several useful Utilities for the daily java programming
Created 3 months ago.

0 Users

All Purpose MD5 is a quick and easy application to test and calculate md5 sums. It is created using Java and SWT. It is designed to allow the user to easily calucate md5's for a single file or a ... [More] directory of files. The MD5 implementation was taken from http://www.twmacinta.com/myjava/fast_md5.php. Please visit the link for details on the algorithm. Tools Used: Eclipse 3.2 Subclipse SWT Designer Free Edition 5.0.0 GA MD5 algorithm [Less]
Created 12 months ago.

0 Users

Descrição biblioteca com o objetivo de fornecer serviços "mais abstratos" (veja observação adiante) que aqueles oferecidos pela plataforma Java para criptografia de informações (tanto usando ... [More] algoritmos simétricos quanto assimétricos) assim como emprego de certificação e assinatura digital de documentos por parte de aplicações em Java. Convém ressaltar que a plataforma Java oferece tais serviços em um escopo "amplo", que visa contemplar as necessidades de um significativo número de aplicações. Acredita-se que em um escopo restrito às operações indicadas acima, uma API de mais fácil domínio seja possível (alvo deste projeto). [Less]
Created about 1 year ago.

0 Users

You need to use this utility if you can answer yes to one of these questions? Do you have a java web application that requires users authentication? Do you actually store your passwords in a ... [More] database, or worse off, in tomcat-users.xml?  Are you passwords in Plaintext, either in a database, or (gasp) in tomcat-users.xml? Google, please add HTML Support [Less]
Created 12 months ago.

0 Users

Java Distributed Hash Table with Kademlia algorithm. Sorry the first release is coming soon. Watch this out:http://screencast.com/t/uxHNxRrJJs
Created 4 months ago.

0 Users

A Java implementation of the rabin fingerprinting method. http://en.wikipedia.org/wiki/Rabin_fingerprint Optimized for use on a stream including a sliding window fingerprint.
Created about 1 year ago.

0 Users

Crypto is an open source java-based MD5 hash recoverer originally in production at the end of 2008 and continuing until the present. Why use Crypto? Simple enough: Crypto knows that word lists alone ... [More] will not always find the necessary collision to produce a given string, and thus it tries a variety of common modifications and permutations of a string to try to induce a result (e.g. hello -> h3llo -> HELLO -> ... h3llo39). It is because of this intelligent colliding that Crypto manages to have such a high success rate comparative to similar programs. Also, the ease of inserting hashes of different types and a multitude of other handy features (like autosaving any cracked hashes to save computing time later) make Crypto decidedly the program to use for MD5 hash recovering. [Less]
Created 4 months ago.