PDA

View Full Version : Password Hash in 3.0.6


Borghunter
08-15-2006, 06:19 PM
I noticed that I accidentally typed in my password for the admin panel incorrectly and I can't figure out how to un-hash it.
If someone could hash the password: 5686 with the phpLD algorithym that would be great, so I can use this to temporarily login.

Thank You to anyone who does this.

To do it, just create a new user in the admin panel with the password 5686 and find the hash in the SQL database.

Thank you so much to anyone.

Borghunter
08-15-2006, 06:44 PM
Got it fixed

Boby
08-15-2006, 08:13 PM
In all versions of phpLD 3.0 the password is encrypted by default with SHA1, if it's not available MD5 is used.

You can always hash you password with a tool like this:
http://www.johnmaguire.us/tools/hashcalc/

Add the string {sha1} or {md5} depending on your settings in fron of it and save to DB.
For example password test would be by default saved to your DB as SHA1:
{sha1}a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
or alternatively as MD5:
{md5}098f6bcd4621d373cade4e832627b4f6

Boby

Borghunter
08-16-2006, 01:45 AM
OK, thanks, I'm new to the phpLD3 scene :) just got it yesterday.

insidedesign
08-21-2006, 11:58 PM
password recovery lost pasword forgot password find password email password

NeO
10-20-2006, 02:10 AM
Content visible to registered users only.

Excellent help... now that I've figured out what my password is... what's the trick to remember what my stinkin username was? (I have too many sites / too many usernames & passwords) Why doesn't this have a email hotlink for forgotten passwords?

Any help would be greatly appreciated as I try to hack into my own site :P

NeO

James
10-20-2006, 02:16 AM
Look in the database itself in the user table there you will find it.

krutoi125
01-23-2007, 11:27 PM
this worked for me just now -

found the user entry in the db via phpadmin

username was listed there

replaced the hashed password with a new hashed password which i made with the tool at http://www.johnmaguire.us/tools/hashcalc/ and of course making sure it started with {sha1}

what *didn't* work was just deleting the password - when i did this i couldn't log in at all... replacing it is obviously the right way to do it

danni06
02-05-2007, 01:07 AM
followed the above and still cant get in :(

David
02-05-2007, 03:06 AM
Did you use one of the passwords from the example?
Which one?