Our security architecture is based on the "Zero Trust" principle:
- We connect to your servers not with passwords, but exclusively using cryptographic SSH keys (RSA 4096-bit).
- Sensitive environment variables (.env) belonging to your project are stored end-to-end encrypted in our database and are only injected into the server's memory (RAM) during deployment. They are never stored as plain text on disk.
- Your databases (MySQL, PostgreSQL, etc.) are closed to the public by default and can only be accessed by applications on the same private network (VPC).