09.08.2010, 22:26
What does this mean!? When i enter someone's account in scriptfiles/ladmin/users it shows me one line that says Password_Hash:192483902 . What does this mean? Could someone tell me?
A password hash is a non-reversible function which takes a plain-text input and produces a hashed output. This is used to safely store user passwords - if your user database was ever leaked it would mean that no one would be able to view the plain-text passwords. Equally, it means that you can also not view user passwords, which is also a good thing.
|
Equally, it means that you can also not view user passwords, which is also a good thing |
Scary to play on your server :S that means that their password is protected so YOU can't get access to their accnts. HA!! |