One of a Kind: The Multiline MD5 Hash Generator

Posted 1914 days ago - Encryption

Because sometimes those single line MD5 hash generators just aren’t efficient.

What’s a Bulk MD5 Hash Generator?

The concept of the batch MD5 hash generator is simple. Let’s say you have a list of values: names, addresses, telephone numbers, URLs, whatever, it doesn’t matter, and you’d like to convert each of those values to MD5 for whatever reason; then the official Nullamatix.com Bulk MD5 Hash Generator Tool is exactly what you need. Really, it's easy. Just drop your data into the text box and click submit. The script will then convert each line into the corresponding MD5 hash.

The Story… (really boring stuff)

This project started when one of my superiors asked for a way to identify, tag, and associate IT equipment with individual employees during an upcoming disaster recovery scenario. Since I’ve been playing with Rainbow Tables lately, I thought to myself, “Why not take their names, add a number, and convert the clear text values to MD5?” After wasting nearly an hour searching Google for a multiline MD5 hash generator, I decided to give up and write my own. So I wrote the script and presented the converted list to my superiors. They laughed and said the idea was a little more than what they were looking for. Well I thought the concept was awesome, and because I couldn’t find this utility anywhere else, I’ve thrown together a web interface and released it to the Internets.

Consider The Following:

  • A new line (enter key) by itself returns:
    d41d8cd98f00b204e9800998ecf8427e
  • Wordpress auto converts consecutive new lines to "<p></p>"
  • Results are displayed underneath the submit button.
  • There are plans to integrate ajax.
  • The maximum input value is currently limited to 10,000 characters. (05/24/11)
  • Input should follow the same format demonstrated in the textarea.
  • Bugs - Please Report Them

Click here to start using the Nullamatix.com Multiline MD5 Hash Generator.

Word Count: 405

Tags: , ,

Click Here to Submit a Comment

Permalink / Last Modified:

Support Nullamatix.com:

See Also:

  • 04/11/2010 -- Howto: XCache in a Lighttpd Chroot on Debian
    Excerpt: "Whether you're pressed for resources on a virtual/dedicated server, or simply looking for ways to improve web application performance, XCache is guaranteed to produce the desired result. Within minutes of installing XCache: page load times were cut in half, ..."
  • 01/17/2010 -- New Tool: IP Range to CIDR
    Excerpt: "At least twice a week I find myself visiting ip2cidr.com, the IP to CIDR converter. Since the owner/author of the site hasn't release the source code, and I love a challenge, I developed my own version. The guys at the job find the tool useful, and after a ..."
  • 12/26/2009 -- WordPress Hacks Worth Implementing
    Excerpt: "Combat Comment Spam Most spammers aren't clever enough to populate the REFERER header. This code snippet is not only extremely easy to implement, but pretty effective, too. Open up your themes functions.php and drop in the following: function ..."
  • 12/25/2009 -- New Tool: Daily [Mod] Security Reports
    Excerpt: "After the Lighttpd mod security post and the DDoS attack that followed, I began working on a script that parses the Lighttpd server-error.log and inserts matched records into MySQL. The result? Check it out here: security.nullamatix.com Daily Security ..."

Leave a Reply