Answer the question
In order to leave comments, you need to log in
How do site admins find out user passwords if the passwords in the database are hashed?
How to protect user passwords and still have access to them?
Answer the question
In order to leave comments, you need to log in
Passwords are hashed very rarely, even in large desks. I often see data leaks in large companies in the news, and it turns out that the passwords in the database were stored in clear text.
How to protect user passwords and still have access to them?Use Salt
It's not clear what the question is. Where to have access? You are the user or owner of the resource.
From the user side, the password is not protected by anything - it MAY be available in an unprotected form to the owner of the service.
And if you are on the part of the owner of the service / resource, then somehow your heading does not fit with the body)))
These are mutually exclusive options.
Passwords are safe when they are not stored.
It is possible to provide convenience in the form of password reset or impersonation without knowing the user's passwords
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question