// SECURITY
Security
Your API keys, encrypted at rest
// ENCRYPTION & HASHING
Encryption and hashing
// ARCHITECTURE
Architecture
Provider API key encryption flow.
User enters API key
Server-side encryption
AES-256-GCM + unique IV + tagEncrypted storage in DB
Runtime decryption (in-memory only)
Provider API call
Decrypted key discarded
// AUDITABLE CODE
Auditable code
Costwave is open source. You can audit the cryptographic implementation.
You don't have to trust us. You can verify the code.
Files to audit: /app/src/lib/crypto/
// SELF-HOSTING
Self-hosting
Deploy Costwave on your own infrastructure. Full control over your data. No vendor lock-in.
VIEW DEPLOYMENT GUIDE// COMPLIANCE ROADMAP
Compliance V2
GDPR compliance and SOC 2 Type II certification are planned for V2. Costwave is currently in beta.