Use Cases
How the primitives come together in production
The Learn catalog covers what each primitive is — RSA, AES, Diffie-Hellman, JWTs. This is the other half: the real systems built out of them, and the operational decisions that don't show up in a protocol spec. Each use case links back to the Learn modules that cover the underlying math, rather than re-explaining it.
Key Management
Envelope encryption: how a KMS actually protects your data
Every cloud KMS — AWS KMS, GCP Cloud KMS, Azure Key Vault, HashiCorp Vault — uses the same pattern to encrypt data without ever moving your master key. Here's why, and how it actually works.
20 minKey wrapping and key exchange: moving keys without ever exposing themEnvelope encryption covers wrapping a key with your own KMS. This is about the broader problem: getting a key from one system, person, or organization to another — without it ever existing in the clear outside a trust boundary.
18 min