Hi everyone, do we have a tool to read passphrase column in our DB? I really cant figure it out. I want to recover password and second password, cause im hosting a little server in our internet cafe.
Printable View
Hi everyone, do we have a tool to read passphrase column in our DB? I really cant figure it out. I want to recover password and second password, cause im hosting a little server in our internet cafe.
The query to get the pass:
And i think it just gives you the MD5 Hash which you can convert into text from google.Code:SELECT Passphrase FROM dbo.Accounts WHERE AccountName='Youraccountname'
Thank you for your response, but my problem now is i cant figure out what kind of hash is it. I tried searching for md5 and related hash, also tried reverse method, but it turn back unreadable. do we have a tool for it?