2 Repos
Mechanisms for removing specific encrypted files from system tracking and management.
Distinct from Git File Encryption: Focuses on the deletion and deregistration of encrypted assets rather than the encryption process itself
Explore 2 awesome GitHub repositories matching security & cryptography · Encrypted File Removal. Refine with filters or upvote what's useful.
Blackbox is a GPG secret management tool and asymmetric encryption wrapper used to securely store and share sensitive files within version control systems like Git, Mercurial, or Subversion. It functions as a version control secret store that encrypts files for safe storage at rest while allowing authorized users and machines to decrypt them. The system distinguishes itself by integrating directly with version control to provide plaintext diff and log visualization of encrypted files. It supports multi-recipient encryption and automated secret decryption via passphrase-less GPG subkeys, enabl
Provides functionality to delete specific encrypted files from the system's tracking and encryption management.
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 mechanisms to remove specific encrypted secret files from the local workspace.