1 repository
A strategy where data is encrypted with a data key, which is itself encrypted by a master key.
Distinct from Data Encryption: Distinct from general Data Encryption: describes the specific hierarchical wrapping of keys used for master key management.
Explore 1 awesome GitHub repository matching security & cryptography · Envelope Encryption. Refine with filters or upvote what's useful.
Sops is a secrets encryption tool designed to encrypt and decrypt sensitive values within configuration files. It functions as a manager for secrets that integrates with cloud key vaults and PGP keys to secure data stored in version-controlled files. The tool utilizes structure-preserving encryption to encrypt individual values while keeping the overall file format and non-sensitive keys intact. It employs a KMS-backed encryption model, interfacing with external key management services from AWS, GCP, and Azure to handle cryptographic operations without exposing private keys locally. The proj
Employs symmetric-key envelope encryption by using unique data keys encrypted by a master provider key.