eli5: What it means websites keeps their users passwords in hash form?

1.69K views

eli5: What it means websites keeps their users passwords in hash form?

In: Technology

3 Answers

Anonymous 0 Comments

It means that:

The computer scrambles your password in a very special, and hard to de-scramble way(there’s all kinds of ways of doing it, MD5, etc.).

In fact, the computer isn’t even going to try to de-scramble it, once it does that. It’s just going to remember what it came up with, after scrambling it.

Then what will happen is…it will scramble the password you give it to log in next. And then it will look to see, if it scrambled them the same way.

If the password you gave it, turns into the same scrambled mess, well then, hooray! You have just provided a password, that when scrambled, looks…however you visualize it to be. Box of scrambled LEGOs, anagrams, whatever. The point though, is that it looks the same as an outcome.

Edit: If you want more in depth than that, say so. That’s a layman’s explanation. If you want an explanation of digest algorithms and why they are used here, and what that means cryptographically….well, ask…but be prepared for a deluge of technical information.

You are viewing 1 out of 3 answers, click here to view all answers.