1 dépôt
Tools for encrypting specific fields within structured data formats while maintaining file readability.
Distinct from Data Structures: Distinct from general data structures: focuses on partial encryption of structured formats for version control.
Explore 1 awesome GitHub repository matching software engineering & architecture · Structured Data Encryptors. Refine with filters or upvote what's useful.
This tool is a command-line utility designed to manage sensitive data by encrypting specific values within structured files such as YAML or JSON. By protecting only the sensitive portions of a file while leaving the structure intact, it ensures that configuration files remain readable for version control systems and automated workflows. The utility provides a secure development workflow by transparently decrypting files into memory for editing and automatically re-encrypting them upon saving, which prevents plaintext secrets from being written to the local disk. It supports a variety of encry
Protects individual values within YAML or JSON files while keeping the file structure intact.