Skip to content

Encryption

Reoclo encrypts all sensitive data at rest. Encryption happens automatically — you don’t 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 can’t read it back through the dashboard. You can update it or delete it, but you can’t view the current value.

This is intentional — if someone gains access to your dashboard account, they can’t view your secrets.

If you need to rotate a secret:

  1. Generate a new secret in your application (new API key, new password, etc.)
  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