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?

My Notes