# Cybersecurity 🔐

> Protecting people, apps, and information from hackers, scams, and data theft —
> the "digital guardians" of the tech world.

[← Back to all career paths](README.md)

---

## What is it?

Cybersecurity is about **keeping information safe**. Every time you log in, send money on
M-Pesa, or chat privately, someone had to make sure hackers can't steal or read it.

Cybersecurity professionals think like both a **defender** and an **attacker**:

- **Blue team (defenders)** — protect systems, watch for attacks, fix weaknesses
- **Red team (ethical hackers)** — try to break in *on purpose*, with permission, to find holes before criminals do

Yes — you can get **paid to hack things legally**. 🕵🏽‍♀️

---

## What would I actually do?

- Look for weak spots in a website or network before a criminal does
- Investigate "what happened?" after a suspicious login
- Teach people how to spot scam messages and phishing
- Set strong passwords, encryption, and security rules
- Respond quickly when something goes wrong

---

## Is this me? ✅

You might love cybersecurity if you:

- Love **puzzles, mysteries, and figuring out how things work**
- Are curious about *"what if I clicked this?"* or *"how could someone break this?"*
- Care about protecting people from being cheated online
- Are patient, careful, and pay attention to detail

---

## Skills to build (in order)

1. **How computers & the internet work** — networks, how data travels
2. **Basic programming** — **Python** is the favourite in security
3. **The Linux operating system** — most security tools live here
4. **Core security ideas** — passwords, encryption, phishing, safe browsing
5. **Hands-on practice** — "capture the flag" (CTF) puzzle games
6. **Ethics** — *always* get permission; hacking without it is illegal

> ⚠️ **Golden rule:** only ever test systems you **own** or have **written permission** to test.
> Ethical hackers are trusted because they follow the rules.

---

## Free resources

- **[TryHackMe](https://tryhackme.com/)** — learn hacking through fun guided rooms (great for beginners)
- **[Hack The Box](https://www.hackthebox.com/)** — practice on hands-on challenges
- **[picoCTF](https://picoctf.org/)** — beginner-friendly security puzzles made for students
- **[Cybrary](https://www.cybrary.it/)** — free cybersecurity courses
- **[Google's "Be Internet Awesome"](https://beinternetawesome.withgoogle.com/)** — online safety basics
- **[Professor Messer on YouTube](https://www.youtube.com/@professormesser)** — free Security+ lessons

---

## Starter projects 🚀

1. **Password strength checker** — write a small program that rates how strong a password is.
2. **Spot the phishing email** — collect scam messages you have received and label the warning signs.
3. **Complete 5 beginner rooms on TryHackMe** — screenshot your progress.
4. **Caesar cipher tool** — write code that encodes and decodes secret messages.
5. **Home security audit** — check your family's Wi-Fi and phones for weak passwords and fix them.

---

## Your first steps (do these this week)

- [ ] Create a free [TryHackMe](https://tryhackme.com/) account and finish the intro room
- [ ] Learn what **phishing** is and find one example in an inbox
- [ ] Turn on **two-factor authentication** on your own email or social account
- [ ] Try one [picoCTF](https://picoctf.org/) beginner puzzle
- [ ] Learn 3 Linux commands (`ls`, `cd`, `pwd`)
- [ ] Write down the ethical hacking golden rule and remember it

---

## Roles this can grow into

Security Analyst • Ethical Hacker / Penetration Tester • Incident Responder •
Security Engineer • Digital Forensics Investigator • Cloud Security Specialist

> 💡 The world has a **huge shortage** of cybersecurity experts — millions of jobs are unfilled.
> This field needs more women, and it needs people who care about protecting their communities.
