C3Beginner

Privacy Mindset Training

30 minEvery project

Format: Audit what data your application collects.

Audit checklist:

What does my app collect?
- [ ] Email addresses     - [ ] Passwords (how are they stored?)
- [ ] Names               - [ ] Location data
- [ ] Browsing history    - [ ] Search history
- [ ] File uploads        - [ ] Payment information

If everything leaked: What harm would users suffer?
What data am I collecting that I don't actually need?

Minimization principle: Don't collect if you can avoid it -> Don't store if you can avoid it -> Encrypt if you can -> Delete when expired if you can

Self-Assessment Criteria

0/4

My Notes