R
R
RecentForce992021-09-16 20:29:45
Hashing
RecentForce99, 2021-09-16 20:29:45

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

4 answer(s)
S
Sergey Karbivnichy, 2021-09-16
@RecentForce99

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

G
GavriKos, 2021-09-16
@GavriKos

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)))

V
Vasily Bannikov, 2021-09-16
@vabka

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 question

Ask a Question

731 491 924 answers to any question