The DB only stores hashed passwords. When a user logs in, the password is hashed in the instance of the website and the hash is compared to what's in the database. I know its more complicated than that, but in simple terms that's what happens.
↧
The DB only stores hashed passwords. When a user logs in, the password is hashed in the instance of the website and the hash is compared to what's in the database. I know its more complicated than that, but in simple terms that's what happens.