- The master key never leaves the vault. An attacker who obtains the encrypted master key cannot use it without the wrapping key.
- Rotation is cheap. Rotating the wrapping key re-wraps the master key; it does not re-encrypt stored records, so the cost is independent of vault size.
- Operational and recovery custody are separate. The wrapping key lives in your secret manager; recovery is held by Shamir key shares distributed among trusted parties.
Two independent wrappings
Databunker Pro stores the master key twice, wrapped by two different keys. This is the single most useful thing to understand about the key model, because it explains what rotation does and does not affect.
Two consequences follow:
- Rotation only replaces
encryptedkey. Your five Shamir shares stay valid and never need reissuing or redistributing after a rotation, becauserecoverykeyis untouched. - The shares remain permanently sensitive. Rotating the wrapping key does not invalidate previously issued shares — three of them still reconstruct the recovery path. Share custody is a standing obligation, not something rotation resets.