As a part of a new series ...i am starting to put up some lil info of Network Security :) :)

Hope u guys enjoy it :) If u find it useful ....Comment !..that ll keep me going !! :)


Let me start by demonstrating how to crack MD5 password hashes. MD5 (Message-Digest algorithm 5) is a hash function commonly used by websites to encrypt passwords. MD5 is a one-way hash; therefore, to crack the password you most try every possible dictionary word and if that does not work, every possible letter/number/symbol combination. The programs I use to crack the passwords are Cain and MDCrack-NG.

For knowing more about password cracking refer this page

The next in the series will be SQL Injection Attacks ! ....