H8Intermediate
Data Privacy Classification
30 minEvery project
Format: Classify the sensitivity level of data you collect.
Classification:
π’ Public data: Username, public profile
π‘ Internal data: Email, usage habits, device info
π Sensitive data: Real name, address, phone number
π΄ Highly sensitive data: Passwords, payment info, ID numbers, health data
Exercise: List all data your app collects and categorize it using the levels above. For each π΄-level data point, answer:
- Do you really need to collect it?
- Where is it stored? Is it encrypted?
- Who has access?
- How often is it deleted?