|
You are here: Home / Is there a way to de-crypt member passwords?
Is there a way to de-crypt member passwords?
Forum /
Support Questions /
Is there a way to de-crypt member passwords?
Reply
Subscribe
Start new thread
Syndicated Feed (RSS)
|
Displaying 1 to 3 of 3
|
Previous
1
Next |
| Author |
Message |
jabdulla
Posts: 2
|
|
Is there a way to de-crypt member passwords? - Posted: June 27, 2008 - 11:54 AM
|
Quote and reply
|
We want to be able to "login as" any member to troubleshoot questions that some members have. The passwords stored in the sitellite_users table are encrypted (I think with the "better_crypt" function). Is there a way to read the encrypted passwords back to clear text?
|
|
Back to top
|
|
wokkie
Posts: 159
Location: Scotland
|
|
Re: Is there a way to de-crypt member passwords? - Posted: July 3, 2008 - 7:48 AM
|
Quote and reply
|
jabdulla said:
We want to be able to "login as" any member to troubleshoot questions that some members have. The passwords stored in the sitellite_users table are encrypted (I think with the "better_crypt" function). Is there a way to read the encrypted passwords back to clear text?
Jabdulla
I am pretty certain that would not be possible.
|
|
Back to top
|
View user profile
Contact this member
|
adam_s
Posts: 61
|
|
Re: Is there a way to de-crypt member passwords? - Posted: July 3, 2008 - 1:33 PM
|
Quote and reply
|
jabdulla said:
We want to be able to "login as" any member to troubleshoot questions that some members have. The passwords stored in the sitellite_users table are encrypted (I think with the "better_crypt" function). Is there a way to read the encrypted passwords back to clear text?
You can't decrypt the password, but you could probably fake it by setting the right info in PHP then calling $session::start(). Although you would no longer be logged in as the original user after that. Probably have to write a custom function that inherits their user info temporarily, but yeah that would be more complicated to do...
- adam
|
|
Back to top
|
|
|

|