Security

Envelope Encryption Approach

How secret material stays out of plaintext work surfaces while remaining tied to credential custody and the session decision.

Page type: SecurityEnvelope encryptionStatus: CurrentCurrent product behaviorLast reviewed: 2026-07-27

The envelope encryption approach limits how target credential values spread through the product surface as plaintext. CerberusD treats this together with credential custody and the session decision: secret material is not displayed to the daily user, and use is bound to an approved session context.

This page explains the security responsibility, not raw key-management mechanics.

Scope

A shared or copied credential can keep living after access closes. Envelope encryption reduces that risk through custody:

  • the secret value is not visible in the daily work surface,
  • use is bound to an explicit session decision,
  • static password copying is not the normal production path,
  • the credential event is linked to the session and evidence flow.

How it works

The approach has three responsibilities.

Storage responsibility keeps secret material out of plaintext user-facing surfaces.

Use responsibility binds credential use to identity, assignment, resource readiness, duration, and policy.

Evidence responsibility records which decision used credential preparation in which session without displaying the secret value.

Process

  1. The target credential or local preparation data enters the custody model.
  2. The resource is prepared for a session.
  3. The person requests work on an assigned resource.
  4. The decision layer reads identity, scope, duration, resource readiness, and policy.
  5. A positive decision limits credential use to the session context.
  6. The person reaches the work surface without seeing the credential value.
  7. Closure adds the decision and use context to evidence.

Boundary

Envelope encryption is not session authority by itself. If identity, assignment, resource readiness, and session policy do not fit, credential readiness does not become access.

The managed operating model determines how secret storage and use infrastructure is operated. The visible behavior on this page is storage responsibility, use decision, and evidence binding.