If anyone has the time, and wouldnt mind making maybe a quick tut, could someone please explain how to get an MD5 hash?
(08-20-2010 11:18 AM)Tensazan Wrote: [ -> ]If anyone has the time, and wouldnt mind making maybe a quick tut, could someone please explain how to get an MD5 hash?
MD5 is a one way hash algorithm. By 'one way', I mean that there is no algorithm to reverse the process. You must compare values of MD5 hashed values to an already known MD5 hash.
The ways of 'cracking' an MD5 is purely brute force methods. Try all sorts of possibilities until one matches.
I hope this helped.
by "get" i mean, theres supposedly a way to hack a hotmail account with an MD5 hash, but i have no idea how to do it, and supposedly theres something you have to do to find an MD5 hash to hack the account
and yes, i need this for legit reason, my aunts hotmail account got hacked, and she wont stop nagging me even though i told her gmail is better
Dont abuse letmegooglethatforyou OK?
in linux you can use the md5sum command to generate the md5sum of any file.
Did that help you?
Crypt0s, that was the first time I used it here.