Privacy & Data Handling
⚡ 4 min readTranscodes is built with privacy at its core. This page details our data handling practices.
What Data We Collect
| Data Type | Purpose | Retention |
|---|---|---|
| Email Address | Account identification | Account lifetime |
| Public Key | Authentication verification | Account lifetime |
| Credential ID | Passkey identification | Account lifetime |
Data Minimization: We only collect data essential for authentication. No tracking, no profiling, no data selling.
What We Don’t Collect
- ❌ Private keys (stored on your device only)
- ❌ Biometric data (never transmitted)
- ❌ Passwords (we don’t use them)
- ❌ Tracking or analytics data
Data Encryption
In Transit
- TLS 1.3 for all API communications
- Perfect Forward Secrecy (PFS) enabled
- HSTS (HTTP Strict Transport Security) enforced
At Rest
- AES-256 encryption for stored data
- Encryption keys managed separately from data
On Your Device
- Private keys stored in browser’s IndexedDB
- On supported devices, keys protected by Secure Enclave or TPM
- Biometric data never leaves your device
Your Rights
Under privacy regulations, you have the right to:
- Access your data
- Delete your account and all associated data
- Export your data in a machine-readable format
Data Requests: privacy@transcodes.io
Response Time: Within 30 days
Third-Party Services
We use the following third-party services:
| Provider | Purpose | Location |
|---|---|---|
| Amazon Web Services | Cloud infrastructure | US, EU |
| Cloudflare | CDN, DDoS protection | Global |
Your Responsibilities
When using Transcodes, you are responsible for:
- User Consent: Informing users about authentication data processing
- Privacy Policy: Disclosing Transcodes usage in your privacy policy
- Security Practices: Following our Implementation Guide
- Data Requests: Handling your users’ data rights requests
Contact
For privacy-related inquiries:
Email: privacy@transcodes.io
Related
- Security - Authentication security practices
- Implementation Guide - Security best practices
Last updated on