Are my server passwords, ENV data, and database credentials secure?

Skyversal FAQ: Our security architecture is based on the "Zero Trust" principle:We connect to your servers not with...

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).
Last updated on July 27, 2026
Edit this page on GitHub