How is my data encrypted?
In transit: All connections to AskVerdict use TLS 1.3. Provider API calls are made over HTTPS.
At rest: Debate content and user data are stored in Postgres with AES-256 encryption at the database level.
BYOK keys: Never stored. Memory only, per request (see BYOK section).
Passwords: Hashed with bcrypt (12 rounds) and never stored in plain text.
AskVerdict does not use your debate content to train or fine-tune AI models.