ToolypetMCP
advanced6 minutescross hub

Data Privacy & Compliance Kit

Implement data privacy: encrypt PII, hash identifiers, generate secure tokens, and configure privacy-respecting headers.

privacygdprencryptioncompliancepii

इस रेसिपी का उपयोग कब करें

GDPR, CCPA, and HIPAA compliance requires encryption, pseudonymization, and access control for personal data. This workflow sets up the technical foundations.

चरण

1

Encrypt PII at rest

प्रॉम्प्ट:Encrypt PII data: email address 'user@example.com' with AES-256 for GDPR-compliant storage
2

Pseudonymize identifiers

प्रॉम्प्ट:Hash user identifiers with SHA-256 + salt for pseudonymization in analytics
3

Per-category encryption keys

प्रॉम्प्ट:Generate data encryption keys for each data category: PII, financial, health records
4

Privacy-respecting CSP

प्रॉम्प्ट:Generate CSP that blocks third-party trackers — no connect-src to analytics domains
5

Block PII page indexing

प्रॉम्प्ट:Generate robots.txt blocking crawlers from user profile and account pages

अक्सर पूछे जाने वाले प्रश्न

What data must be encrypted for GDPR?

GDPR recommends encryption for all personal data. At minimum: names, emails, addresses, phone numbers, IP addresses, financial data, and health data. Encryption is a key 'appropriate technical measure'.

What's the difference between anonymization and pseudonymization?

Anonymization is irreversible — data can never be linked back to an individual. Pseudonymization is reversible with a key. GDPR still applies to pseudonymized data but not anonymized data.

संबंधित रेसिपी