Knowledge check
10 questions testing what you just read — no login, no tracking, just immediate feedback.
What problem does envelope encryption solve that direct master-key encryption doesn't?
What is a DEK?
What does "wrapping" a DEK mean?
What does a KMS's Decrypt call actually see?
Why does an attacker with stolen ciphertext and its wrapped DEK still have nothing?
What determines the size of an RSA-OAEP wrapped DEK's ciphertext?
Why do production systems often avoid generating a brand-new DEK via a live KMS call for every single small object?
What is the single biggest operational payoff of envelope encryption over direct master-key encryption?
When a KEK is rotated, what happens to already-wrapped DEKs from before the rotation?
Which cipher does the DEK typically use to encrypt data locally?