Jump to content

Recommended Posts

Posted

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.

Posted
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 ;)
Posted
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.
Posted
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.

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...