Public key infrastructure is the trust framework that manages key pairs, certificates, and authorities so systems can verify identity and establish trust.
A hardware security module is a dedicated device or managed service designed to protect cryptographic keys and perform sensitive cryptographic operations.
Envelope encryption is a design where data is encrypted with one key and that key is then protected with another key used for stronger centralized control.
Certificate Transparency is a public logging approach that helps detect whether certificates have been issued in ways that should be reviewed or questioned.
Certificate pinning is a trust restriction that tells an application to accept only specific certificates or public keys for a destination instead of relying on the full public trust store alone.
Secure transport is the broader practice of protecting data while it moves between systems so communication remains confidential, intact, and appropriately authenticated.