1 مستودع
Mechanisms for defining which specific files or directories are targeted for encryption using patterns.
Distinguishing note: None of the candidates cover the definition of encryption scope via metadata attributes
Explore 1 awesome GitHub repository matching security & cryptography · Encryption Scope Definitions. 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
Uses Git attributes and wildcard patterns to specify exactly which files and directories require encryption.