1 dépôt
Utilities that decrypt files on the fly to visualize changes between versions without persistent plaintext storage.
Distinct from On-the-Fly Decryption: Focuses on visualizing differences (diffs) rather than just in-memory inspection for reading.
Explore 1 awesome GitHub repository matching data & databases · Encrypted Difference Viewers. Refine with filters or upvote what's useful.
git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git
Provides the ability to visualize differences between encrypted files by decrypting them on the fly.