tech_guy Posted May 26, 2011 Posted May 26, 2011 We've got a config file that unbelievably stores the admin password for a particular program. We know the password is actually 'password' and in the file it is stored as VHfZKXg0cfthMCwTA What is this and how do we covert it to confirm? Many thanks.
webman Posted May 26, 2011 Posted May 26, 2011 It looks encrypted. Without knowing certain pieces of information, I doubt you'll have much luck cracking it. But it's definitely not rot13, md5 or sha1
jamesb Posted May 26, 2011 Posted May 26, 2011 If it's hashed through a one-way algorithm, then there's not really a practical way for you to convert it back. What you could do is try and find out the hashing algorithm and run 'password' through it. If they match, it's confirmed.
X-13 Posted May 26, 2011 Posted May 26, 2011 Using? There's various brute force programs around the internet. [All blocked here though...] TBH, @jamesb has it right. Usually these things can't be decrypted, they just encrypt the input and check it against the encrypted file.
CHR1S Posted May 26, 2011 Posted May 26, 2011 Change the password to individual letters and not the hash?
Steve21 Posted May 26, 2011 Posted May 26, 2011 We know the password is actually 'password' and in the file it is stored as VHfZKXg0cfthMCwTA What do you get if you put password as say: passwor etc etc Steve
tech_guy Posted May 26, 2011 Author Posted May 26, 2011 So, for each letter, it converts to two characters - interesting....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now