RE: problem decrypting hash 01-31-2013, 03:55 PM
#5
Hash password as I know (at least most of them) are one-way algorithms. That means you can't decrypt it. You will have to crack it, or use a dictionary. Your best bet would be Hashcat (can be found on google, use it to brute-force the password or use a dictionary attack)