String MD5 Hasher (Coded by Ace) - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: String MD5 Hasher (Coded by Ace) (/showthread.php?tid=20190) |
String MD5 Hasher (Coded by Ace) - AceInfinity - 07-04-2011 I created this application in around 5-10 mins just to get my brain in the coding mode. A really simple application, but I was testing different GUI's out as well with this. I don't think it looks horrid, but the application is still pretty simple. Might as well get the most of it and post it for others to test out as well Preview: Virus Scan: http://www.virustotal.com/file-scan/report.html?id=848108867fd76d109a9e8e7ac1e2a12edab0c6ca9f4061875bbaa0e7c977d799-1309767090 Download: http://download1239.mediafire.com/6mzy72k7z9zg/2bs26oop2szqaqy/String+MD5+Hasher.exe RE: String MD5 Hasher (Coded by Ace) - Fragma - 07-04-2011 Seen about a million of these before lol, GUI looks interesting though. RE: String MD5 Hasher (Coded by Ace) - AceInfinity - 07-04-2011 (07-04-2011, 01:32 AM)Fragma Wrote: Seen about a million of these before lol, GUI looks interesting though. As common as they are, i've never coded something that just translate a string to an md5 hash lol. I've always converted things to an md5, sha512, etc.. and used it without displaying it. Like in my file comparison application, and even the login for sevenforums. I created a forum login application, and I found out that their version of vbulletin converts the pass to an md5 hash before it gets sent to the server, so I had to convert it and send the POST in. Main idea and motivation here was for the GUI though. And just to code something because I was experiencing a few mins of boredom on my computer. Note: The Convert button is animated It glows and all that, on hover and click. RE: String MD5 Hasher (Coded by Ace) - Blue Screen of Death - 08-11-2011 This is good because most of online sites are keeping the hashed string into a database to be used by md5 crackers RE: String MD5 Hasher (Coded by Ace) - Exalboz - 08-15-2011 lol, nice bro, to short the work RE: String MD5 Hasher (Coded by Ace) - AceInfinity - 08-15-2011 (08-15-2011, 05:28 AM)Exalboz Wrote: lol, nice bro, to short the work I dont think I understand what you mean by this :S RE: String MD5 Hasher (Coded by Ace) - MrTylerHaz - 08-15-2011 Can this decrypt MD5 i am confused, what does this do exactly? RE: String MD5 Hasher (Coded by Ace) - AceInfinity - 08-15-2011 (08-15-2011, 09:03 AM)MrTylerHaz Wrote: Can this decrypt MD5 i am confused, what does this do exactly? Converts a string to an MD5 RE: String MD5 Hasher (Coded by Ace) - MrTylerHaz - 08-15-2011 (08-15-2011, 09:13 AM)Ace Wrote: Converts a string to an MD5 ooh i see now thanks i will download, like the rest of your great tools, thanks for the share dude RE: String MD5 Hasher (Coded by Ace) - Kom - 08-15-2011 Nice, I'm working on (well was) a entire pack for all the decrypt / encrypt methods... I got about half way done then I lost them when my HD crashed about a year ago lol. Curious about the GUI, did you make it? Would you care to share? Looks crazy o.O lol |