Authentication — Computing, 11–13
How a computer checks that you are really the person behind an account. Computing, 11–13 years.
Idea
Authentication is the computer asking, “How can you prove this account is yours?” A password is one proof, but a code sent to your phone or a fingerprint can be another. Signing in is not the same as deciding what you are allowed to do after you enter.
Why
Without authentication, anyone who knows an account name could open it, change it or pretend to be you. Passwords were created to separate one person’s private space from everyone else, but stolen or guessed passwords caused a new problem. That is why safer systems combine different kinds of proof.
Worked example
Imagine that you sign in to a game. First, you enter the account name: this says which account you want. Next, you enter its password: the service compares a protected version with the one it expects. If two-step sign-in is on, you then enter a six-digit code, so knowing the password alone is not enough.
Common trap
A reasonable mistake is thinking that a secret question is automatically safe because it is personal. Many answers, such as a pet’s name or a birthplace, can be guessed from public posts or found by someone who knows you. Treat every answer like a password, and do not reuse the same password everywhere.
Where it appears
You meet authentication when you unlock a phone, enter a school platform or approve a purchase. It also protects a smart door lock and a developer’s code account. In each case, the computer needs evidence of who is asking before it reveals private information or accepts an important change.
Keep exploring
Other languages
Loading MyLeoNes™…