Hello. Some of you will recognise the layout or the idea. I originally created this years ago, but both attempts lasted less than a week.
I basically made an MD5 hash database - it stores the plain text and MD5 hash, which people can then search. You can also use the site to encrypt plain text into MD5, if need be. Any text encrypted is automatically stored in the database, adding to the number of hashes in the DB. I'm also using another way to add hashes... at the time of this post, there are 1,254,955 hashes in the database... these consist of these characters (abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW XYZ0123456789`~!@#$%^&*()_+{}|\-=[]\:",./<>?). Every 1 char, 2 char and 3 char possibility of those is in the database... still doing 4 chars (there's over 7 million). Of course, many of these will be useless so I'll be adding dictionaries soon.
The site is in BETA - there might be some bugs or vulnerabilities, if anybody finds some please tell me. If you decide to register and you're worried about your password being hashed and stored, then use a password like 'hello', but I can assure you that registration passwords aren't added to the search database... the user passwords are salted twice, then encrypted in md5 twice, so it's secure. They're then saved in a separate db where they cant be searched for.
I intend for this site to last a while - I'm giving it a couple of months to see how it goes. It's on a VPS atm, and I will upgrade the specs as the site grows. I will be adding Google ads once they accept me, that way the site might eventually pay for itself.
So, please take a look and tell me what you think. The layout is basic, but that's all it needs to be.
URL: http://md5data.com
Thanks.





Reply With Quote








