Breaking Sec

Full Version: How to get an MD5 hash?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If anyone has the time, and wouldnt mind making maybe a quick tut, could someone please explain how to get an MD5 hash?
What do you mean "get"?
(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.
and if you want to make your text into an md5 hash you can even do it online.

http://www.md5encrypter.com/
and if you whan't to crack it online
http://www.freerainbowtables.com/

or just pm one to me
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
./facepalm
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.
Reference URL's