Every file, password and payment on GarantiaX is protected with the same encryption standards used by banks and governments — so you can store what matters without worrying about who else can see it.
From the moment you upload a file to the moment you delete your account — every step is protected.
Every document, receipt and photo you upload is encrypted at rest using AES-256 — the same standard trusted by banks and governments worldwide.
Every connection to GarantiaX is encrypted in transit with TLS 1.3 and enforced HTTPS — no exceptions, no plain-text requests, ever.
Export or permanently delete your data at any time from your profile — no support ticket needed. Full transparency, full control.
Your data is backed up daily to geographically redundant storage and retained for 30 days, so nothing is ever truly lost.
Passwords are hashed with bcrypt — never stored in plain text. Every session is protected with CSRF tokens and secure, HTTP-only cookies.
Uploaded files are validated by real content type (not just extension), renamed to random tokens, and stored where scripts can never execute.
We believe security through transparency beats security through obscurity.
Every database query on GarantiaX uses prepared statements (PDO), eliminating SQL injection as an attack vector by design.
The folder where your documents are stored is locked down at the web-server level — PHP and other scripts can never run from it, even if someone tried to upload one.
We inspect the actual binary content of every uploaded file — not just its extension — before accepting it, blocking disguised or malicious files.
Your card details never touch our servers. All payments are processed directly by Stripe, a PCI-DSS Level 1 certified provider.
Business accounts can scope exactly what staff members can see and do — individual users' data is never visible to anyone but them and authorized admins.
We take security seriously and welcome responsible disclosure. If you've found an issue, contact us privately before disclosing it publicly — we'll respond quickly and credit you for the find.
Report a vulnerability