SmartFAQ is developed by The SmartFactory (http://www.smartfactory.ca), a division of InBox Solutions (http://www.inboxsolutions.net)
Can the webmaster know a user's password?
Requested and Answered by Tim Luo on 12-Mar-2006 11:53 (61226 reads)
No.
Passwords are stored in an encrypted format, not the string you entered. When you enter your password, the system just encrypts it and compares the encrypted string with the one stored on the system (in MySQL). If the strings match, you are allowed to login.
However the webmaster can change the password for you should the need arise.
The encrypted string is something like this:
e309ca8ebf7fdaceedc3e92bc430d780
(Some characters have been changed.)
Passwords are stored in an encrypted format, not the string you entered. When you enter your password, the system just encrypts it and compares the encrypted string with the one stored on the system (in MySQL). If the strings match, you are allowed to login.
However the webmaster can change the password for you should the need arise.
The encrypted string is something like this:
e309ca8ebf7fdaceedc3e92bc430d780
(Some characters have been changed.)
The comments are owned by the poster. We aren't responsible for their content.
|