01
Overview
MoonBase operates under a strict security-first architecture. Every deployment, secret, and access path is encrypted, audited, and isolated.
02
Encryption
- In transit — all data is encrypted with TLS 1.3.
- At rest — secrets are encrypted with AES-256.
- End-to-end — sensitive values are encrypted in transit and stored encrypted.
03
Secret management
Environment variables and secrets are:
- Never logged or displayed in plain text.
- Encrypted at rest and rotated regularly.
- Isolated per deployment and per project.
- Audited for access and exposure.
04
Infrastructure
MoonBase infrastructure is:
- Deployed across redundant, isolated regions.
- Protected by DDoS mitigation and rate limiting.
- Scanned continuously for vulnerabilities.
- Compliant with SOC 2 and GDPR standards.