Stay Safe Online Beginner
A password is a secret that proves an account is really yours.
A password is a secret that only you should know. It proves to a website that you are really you.
When you make an account, you pick a password. Later, when you log in, the website checks that you typed the same one.
Here is a clever part: good websites do not actually keep your real password. They store a scrambled version called a hash. A hash is one-way, so even the website cannot turn it back into your password.
Passwords can go wrong, though. Short ones are easy to guess. Reusing the same password everywhere means one leak can unlock all your accounts. And tricky messages try to fool you into typing your password on a fake site.
So the rules are simple. Make passwords long, because a short sentence (a passphrase) is strong and easy to remember. Use a different one for each account. A password manager can remember them all for you.
And when you can, turn on a second step (MFA), so a password alone is never enough.
Strong authentication starts with length and uniqueness: long passphrases, never reused, ideally generated and stored in a password manager. Sites should store salted, slow hashes, never plaintext. Pairing passwords with MFA means a single leaked credential is not enough to take over an account.
Want the full story? These go deeper: