07-04-2011, 01:41 AM
(This post was last modified: 07-04-2011, 01:45 AM by AceInfinity.)
(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.