alphaPlan · Cybersecurity · Cheat-sheet 03
The Vocabulary
Five pairs of words that security people use every day, and the one-line difference that keeps each pair straight.
Ideas to remember
- 01Authentication proves who you are; authorization decides what you may do, and the order is always authentication first.
- 02Least privilege gives each person and app only the access their job needs, which keeps the blast radius of a stolen password small.
- 03Zero trust means checking every request on its own, because being inside the office network is no longer a free pass.
- 04Not all data is equal: sort it into public, internal and sensitive, and treat personal data (PII) as sensitive by default.
- 05Encryption can be reversed with the right key; hashing is a one-way fingerprint that cannot be turned back.
- 06Logs record what happened and monitoring watches for the unusual, so problems get caught in hours rather than months.
Words
- Authentication
- Proving your identity with something you know, have or are.
- Authorization
- What the system lets you reach once it knows who you are.
- Single sign-on (SSO)
- One login with a main provider lets you into many connected apps.
- PII
- Personally identifiable information: any data that can identify a specific person, alone or combined.
- Encryption
- Scrambling data so only someone with the right key can read it again.
- Hashing
- A fixed calculation that turns data into a short fingerprint you cannot work backwards from.
Do this
- Open one account's settings and find where it proves who you are versus what you are allowed to do.
- Review the app permissions on your phone and remove one access an app does not need.
- Label files when you create them, and share sensitive data only with the people who actually need it.
- Find the padlock in your browser bar and confirm a site is https.
- Open your email account's login history and confirm every entry is you.
Watch out
- 'I logged in, so I should see everything' confuses proving identity with being granted access.
- Access granted for last year's project that nobody removed; permissions pile up quietly.
- When unsure how sensitive something is, treat it as more sensitive, not less.
Found something unclear, outdated or improvable? Suggest an improvement