| Author |
Message |
faaj
Guest

|
Posted:
Thu Feb 02, 2006 5:06 pm |
|
ok ive lost my password for the admin area . i really need the password cause its for some other isites too Sad i made a backup of my site and it has my password there but its encrypted. What i need to know is how phpnuke encryptes your password so then i can find a decoder which will decode the encrypted password i have on my mysql backup!!
P.S. i forgot my pass..... and i really need it ! Sad |
| |
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Thu Feb 02, 2006 11:17 pm |
|
faaj,
The encryption level is to strong and would take immaculate amount of hours to have it translated. No matter what program you use. My suggestion is to empty the tables that contain the password....
That should allow you to recreate a new one from your index page.
Lets us know....
Ghost |
| |
|
|
 |
Kommius

Joined: Jan 28, 2006
Posts: 5
|
Posted:
Fri Feb 03, 2006 12:08 pm |
|
Lol definitely, else wouldn't it be easy to hack any passwords off of PN?  |
| |
|
|
 |
Guest

|
Posted:
Wed Feb 08, 2006 2:43 pm |
|
hmm wel if its that easy to encrypt it shouldnt it be that easy to decode it? |
| |
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Thu Feb 09, 2006 1:41 am |
|
No because the encrption language is unknown, one would have to translate it first to determine that. And it is the Translation in which "these" programs perform. It is like the A=1 B=2 C=3 spy code that we all learned as kids. Except the encrpytion is much harder to decipher.
Ghost |
| |
|
|
 |
Colossus
Site Admin


Joined: May 16, 2005
Posts: 23
|
Posted:
Sun Feb 19, 2006 2:52 pm |
|
I've never taken a super hard look at the login/auth code but it looks like the passwords are encrypted with a combination of the sitekey(defined in config.php), the date of registration and I can't quite tell but also a base64 number generator/encoder.
You have fun with that.  |
| |
|
|
 |
Guest

|
Posted:
Fri Mar 03, 2006 6:27 am |
|
Register a new user, with a new password, enter in phpmyadmin and insert the password for this new user into the password field of the admin.
LuVi |
| |
|
|
 |
Guest

|
Posted:
Wed Mar 08, 2006 8:07 pm |
|
Enter the following code into the “pwd†field and save it.
| Code: |
dc647eb65e6711e155375218212b3964 |
This will make the password for the account “Passwordâ€. |
| |
|
|
 |
WhiteScOpe

Joined: Aug 23, 2006
Posts: 1
|
Posted:
Wed Aug 23, 2006 8:51 pm |
|
i had a simuler problem with clientexec, i get locked out of my admin account, do u kno what i did, i went into phpMyAdmin and deleted the encrypted password and saved the tablewith no encrypted password...i then loged in with just my e-mail address and no password, then all i had to do was reset the password in my account settings.
Not shore it'll work with phpNuke though, will have to try it some day |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 313
|
Posted:
Fri Feb 15, 2008 12:28 pm |
|
Removing the God (superuser) admin record in the nuke_users table will prompt you to create a new admin account when you go to the admin log-in screen.
Alternatively, delete the password from the DB field, enter a new one in plain text but save the ecord as MD5 as this is what is used to encrypt the password.
I don't know how mySQL determines an MD5 hash but in PHP it is based on the BSD MD5 crypt routine, this provides for 48 bits of salt, for a theoretical 281 trillion (281,474,976,710,656) possible representations of any password. |
_________________ Code Authors Nuke Reviews |
|
|
 |
|
|