1 dépôt
Decryption processes that use embedded file metadata to identify the required keys and providers.
Distinct from Message Decryption: Distinct from Message Decryption: focuses on using embedded metadata for decryption path resolution rather than session-based message processing.
Explore 1 awesome GitHub repository matching security & cryptography · Metadata-Driven Decryption. 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
Implements metadata-driven decryption by storing key identifiers within the encrypted files to determine the correct decryption path.