Skip to main navigation Skip to main content Skip to page footer
Security Enterprise TYPO3 v14

Enterprise Secrets Management

Envelope encryption, access control, audit logging, and key rotation for TYPO3. Stop storing API keys in plain text.

Envelope Encryption

Each secret encrypted with its own data key, wrapped by a master key. Industry-standard envelope encryption pattern.

Access Control

Scope secrets to extensions, backend user groups, or environments. Granular permissions for who can read what.

CLI & Backend Module

vault:init, vault:store, vault:retrieve, vault:rotate — manage secrets via CLI or the visual backend module.

Audit & Rotation

Full audit trail of who accessed which secret and when. Rotate master keys without re-encrypting all secrets.