awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • agwa/git-cryptAGWA 的头像

    AGWA/git-crypt

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