Skip to content

Encryption

Reoclo encrypts all sensitive data at rest. Encryption happens automatically. You do not need to manage keys or configure anything.

DataWhen encryptedWhen decrypted
Environment variablesOn saveDuring deployment only
Cloud provider credentialsOn saveDuring cloud operations only
SMTP passwordsOn saveDuring notification delivery only

After you save an environment variable, you cannot read it back through the dashboard. You can update it or delete it, but you cannot view the current value.

This is intentional: if someone gains access to your dashboard account, they cannot view your secrets.

If you need to rotate a secret:

  1. Generate a new secret in your application (new API key, new password, and so on)
  2. Update the environment variable in Reoclo
  3. Deploy the application
  4. Revoke the old secret

You can update secrets at any time through:

  • Environment variables: Application settings in the dashboard
  • Cloud credentials: Settings page when you rotate provider API keys
  • SMTP passwords: Notification settings