How Graphletter handles data protection and access control.
All data encrypted in transit (TLS 1.3) and at rest (AES-256). Database connections use SSL.
Your organization's data is isolated from every other tenant at the database layer (Postgres row-level security). Users can only access their own data.
Uploaded documents are processed in short-lived compute and not kept beyond the assessment. AI providers receive only extracted text, never your raw files.
Sign in with Google or GitHub. Every protected page and API call re-verifies your identity on the server.
Report security issues following SECURITY.md. We acknowledge reports within 48 hours.