MD5 Hash Database Update - Supports SHA1 Now
Md5.rednoize.com has been updated yesterday. The web site features a new design and has gained support for sha1 hashes. The interface has been ajaxified and the amount of hashes stored in the database has been increased again. The database stores now about 35,000,000 md5/sha1 hashes with their plain text counterpart. And md5.rednoize.com got a new logo as well ;)
The “URL API” has not been changed. You still may use the parameter “p” for plain text and “xml” for xml output. The new optional url parameter “s” defines the search mode (currently supported are md5 and sha1).
I would greatly appreciate your feedback ;)
























moncojhr said
am November 30 2006 @ 2:04 pm
It would be nice if you could display the amount of md5s and the amount of sha1s instead of having the numbers merged… or a statistics page or something.
AlexTM said
am January 6 2007 @ 1:28 pm
Hi there,
you had a very great idea developing md5();!
I was wondering if there’s any way to create
such a script to fetch data from your DB.
Dirk said
am February 3 2007 @ 8:44 pm
Can you tell how your site works? Some times ago I found something like ‘mysql powered’ stated here. Is this still true? Wouldn’t a native C/C++ implementation with some kind of binary tree be much more performant? What’s your idea?
Marcel Oelke said
am February 4 2007 @ 3:53 pm
Its a big mysql database containing md5 /sha hashes together with their plain text counterpart. So its still mysql powered.
RDBMS are made to store lots of data and make it possible to lookup data fast. I think its not necessary to re-invent the wheel.
Eng. Sherif Abu Al-Khair said
am March 16 2007 @ 7:25 pm
Dear Sir,
Please can you send to me the source code of MD4,MD5 and SHA1 algorithms in Java Script program because I need it very much.
Thanks very much for your kind.
Eng. Sherif Abu Al-Khair
Muelli said
am October 30 2007 @ 2:03 am
Hi,
we are glad to announce the release of md5crack0r-0.1, which is a toolkit to reverse md5 hashed strings. The project is hosted at http://trac.cryptobitch.de/proj/wiki/md5crack0r. Feel free to contribute.
The md5crack0r consists of several small programs which are written in Python. The two main applications are md5web and md5aggr.
The md5aggr queries online databases for given hashes. It then returns the cleartext, if found. In technical terms, it issues a http request and parses the result.
The supported databases include:
* http://us.md5.crysm.net
* http://www.sha1search.com/
* http://md5.rednoize.com/
* http://www.bisix.tk/
and a few others. However, new aggregators can easily be build and you are encouraged to build an aggregator for your favourite database!
The md5web is a simple script which does nothing but creating webpages with cleartext and md5 information. To make the search engine index all possible hashes, it creates recursive links, distributed over many domains and IPs. Once the search engine fetches one page, it sees around 120 cleartext - hash tuples (which it will save then) plus another 120 links providing other hashes.
As maintaining a database and providing connectivity is not as easy and it sounds, our idea was to have this done by professionals. Someone who has lots of memory, huge processors and a fat pipe. We thought of search engines…
The implementation is done in Python using CGI. However, a Python implementation using WSGI is in progress and will hopefully perform way better.
A site, running this script is http://md5.cryptobitch.de/
Cheers!
Pedro Laguna said
am November 16 2007 @ 5:44 pm
Only an idea… Why not make this our homepage and use our search querys to grow the md5/sha1 database?
You can split() the query and use each word as an entry to the database.
twistah said
am November 21 2007 @ 8:42 am
I like the MD5/SHA1 site a lot!
Do you have any plans to add some sort of API (XML-RPC, SOAP, that kind of thing) so that the site can be used from a remote script?
Marcel Oelke said
am November 22 2007 @ 3:13 pm
There is already an api. It has been there for years ;)
Plain text mode: http://md5.rednoize.com/?q=5eb63bbbe01eeed093cb22bb8f5acdc3&p
XML mode: http://md5.rednoize.com/?q=5eb63bbbe01eeed093cb22bb8f5acdc3&xml
Marcel
mink said
am November 22 2007 @ 10:18 pm
The Sha1 doesn’t work for me :/
rmccurdy said
am June 17 2008 @ 6:27 pm
I wanted to ask if you could provide source to MD5 cracker ? this is what I have so far crack.rmccurdy.com