yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Hashing - (Password Security)


2m read
·Nov 3, 2024

Maads 101 here today. This is a video on password security.

Now, a few subscribers have been commenting in personal messaging us and saying that they want us to get their parents' passwords or their friends' passwords. So, let me just explain something about getting passwords.

For most services, your password is "hashed." And on the Mac, I know it is hashed. What hashed means is that when you type your password and set your password for the first time, it takes your password and, in some services, it uses your username and hashes them. So, it does a unique math algorithm to your password and supposedly your username, and makes a random number out of that.

Now, that math algorithm it ran your password through cannot be undone. So now you have this random number that is the hash of your username and password put together. Then, when you log in, it takes your password and your username again. When you've typed your password to log in, it hashes them. If they equal this hash, then they log you in; but if the hash does not equal the original saved hash, then it doesn't log you in.

So, passwords are not stored in plain text; they are hashed in this one-way algorithm. If you want to find a password, you'd be root forcing it. You'd be making programs to go through and guess every single password and hash the password, then check it. Unfortunately, that would be too time-consuming and just not good in general.

But, let me just demonstrate this. I'm going to take my password and my username, click encrypt, and here's the encryption code for my password. I'm going to copy this; so right now, this is the hash of my username and password: F Etc Q la la la.

So now, if I log in, say I type a random password, clicking encrypt—it’s not going to equal that original hash. It's going to equal something different. So that's why hashing is very secure. It’s what all the advanced systems do.

I know for some of you, if you click "forget password," and then type the answer to your security question, they might email you your password. If that's the case, then they don't hash your password, and your passwords with that are in plain text. But I say you don't have to worry about that too much on the Mac because your password is, in fact, hashed on your Mac.

So, thank you for watching Maads 101. Subscribe and give back!

More Articles

View All
Approximating limit from numeric table
This video we’re going to try to get a sense of what the limit as ( x ) approaches 3 of ( \frac{x^3 - 3x^2}{5x - 15} ) is. When I say get a sense, we’re going to do that by seeing what values for this expression we get as ( x ) gets closer and closer to t…
Witnessing the Great Desert Elephants | Secrets of the Elephants
Somehow these elephants are eking out a living in a landscape that anyone else would think is lifeless. Conservationist Dr. Paula Kahumbu has spent her career studying the elephants of Africa’s lush savanna grasslands. But she’s never laid eyes on a deser…
Millennials Are Ruining The Economy.
Once the guys, it’s Graham here. So if you just read the title and decided to immediately click on my video, well, welcome to a brand new article by CNBC discussing a theory in which stingy Millennials, just like myself, are to blame for the sluggish econ…
Climbing Asia’s Forgotten Mountain, Part 2 | Nat Geo Live
Hilaree: So many things went awry everyday. It was a lot of hard work. And to get to base camp when I think of all the times we almost threw in the towel, it was a total relief. Both: Oh, we made it. Climb on. We’re at what… like 11,000 feet we have 7,00…
💖 The History of The Tiffany 💖
Tiffany is a very neon 80s name, and not without reason, it exploded in popularity during the decade. But despite Tiffany’s modern sound, the name wasn’t born in the 80s. Tiffany is at least 80 decades old. [“OMG that’s like, positively medieval.” “How i…
Parallel & perpendicular lines from graph
In this video, we’re going to do a couple of examples that deal with parallel and perpendicular lines. So you have parallel, you have perpendicular, and of course, you have lines that are neither parallel nor perpendicular. Just as a bit of a review, if …