1 dépôt
Transparent layers that intercept Git operations to ensure data is encrypted before reaching remote storage.
Distinct from Git Wrappers: Focuses on adding a cryptographic security layer rather than general command augmentation
Explore 1 awesome GitHub repository matching devops & infrastructure · Cryptography Wrappers. Refine with filters or upvote what's useful.
git-crypt is a transparent cryptography layer and secret manager for Git repositories. It encrypts specific files so they remain as ciphertext on remote servers while appearing as plaintext in local directories. The tool uses Git attributes to define the scope of files and directories targeted for encryption. It supports both symmetric secret key encryption for shared access and asymmetric public key encryption to control decryption permissions among multiple collaborators. The system automates the encryption and decryption process through hook-based filters that trigger during commit and ch
Provides a transparent cryptography layer ensuring sensitive files are never pushed to remote stores in plaintext.