Security & Cryptographic Standards
We design CloudState for lightweight, high-performance synchronization. Here is exactly how we handle, encrypt, and secure your database records.
KEY_HASHING // SHA-256
Your project API secrets are generated securely on the client-side at registration. On our servers, we store only a cryptographic hash of this key using SHA-256. Once generated, the raw API key can never be recovered, read, or intercepted by anyone—including CloudState administrators.
ZERO_KNOWLEDGE_ENCRYPTION
All stored JSON database payloads are encrypted at rest using AES-256 encryption. Your private API key serves as the cryptographic decrypt passpharse. Without your private key, database records look like unstructured cipher-blocks. We cannot view, read, or query your data without your consent.
INSTANT_DATA_DELETION
We support strict data ownership. When you click **CONFIRM_DELETE** on a project in your console, all database rows, stored metadata, hashes, and variables associated with that project are immediately and permanently wiped from the active database nodes.