Seen about a million of these before lol, GUI looks interesting though.
(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.
This is good because most of online sites are keeping the hashed string into a database to be used by md5 crackers
lol, nice bro, to short the work
(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
Can this decrypt MD5 i am confused, what does this do exactly?
(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
(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
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