Legal & trust

Security

How we protect DownitX in production.

Last updated: 6 July 2026

1. Infrastructure

  • HTTPS everywhere on downitx.com and subdomains
  • API hosted on Fly.io with isolated volumes for user files
  • Frontend on Vercel with security headers and content security policy
  • OpenCut editor database isolated in a dedicated Postgres schema

2. Authentication

  • Passwords hashed with industry-standard algorithms
  • JWT sessions with configurable expiry
  • Rate limiting on login, registration, and webhooks
  • Admin access restricted to explicitly seeded production accounts

3. Platform extraction & cookies

Video discovery and downloads run on our API workers (downitx.com API), not in your browser. Optional server-side cookie files for Facebook, X, or TikTok (configured via environment variables on the server) never leave our backend — they are not exposed to the marketing site or client apps. Extraction requests are rate-limited per account.

4. Secrets & BYOA

OpenRouter API keys you add in Settings are encrypted at rest and used only for your subtitle jobs. We never log raw API keys in application logs.

5. Payments

Card data is handled entirely by Stripe. We store Stripe customer IDs and subscription status only — not full payment card numbers.

6. Reporting vulnerabilities

If you discover a security issue, use our contact form (category: Legal & privacy) or email contact@downitx.com with details. Please do not publicly disclose before we have had a reasonable time to respond.

7. Related policies

Privacy Policy · Terms of Service

Questions? Contact us.