awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • agwa/git-cryptAvatar de AGWA

    AGWA/git-crypt

    9,746Ver en 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++
    Ver en GitHub↗9,746
  1. Home
  2. DevOps & Infrastructure
  3. Git Command Execution
  4. Git Wrappers
  5. Cryptography Wrappers