02.02.2014, 19:47
Hashing is a one way process. Create list of your common passwords, hash them using the same method, and compare if there is a match with the initial hash.
#e: Unless that was outdated hash, like md5, or sha1. You can use rainbow tables and get your password back.
#e: Unless that was outdated hash, like md5, or sha1. You can use rainbow tables and get your password back.