awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesCryptography Wrappers

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.

Awesome Cryptography Wrappers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • agwa/git-cryptAvatar de AGWA

    AGWA/git-crypt

    9,746Voir sur GitHub↗

    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.

    C++
    Voir sur GitHub↗9,746
  1. Home
  2. DevOps & Infrastructure
  3. Git Command Execution
  4. Git Wrappers
  5. Cryptography Wrappers