awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesEncryption Scope Definitions

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.

Awesome Encryption Scope Definitions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • agwa/git-cryptالصورة الرمزية لـ AGWA

    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

    Uses Git attributes and wildcard patterns to specify exactly which files and directories require encryption.

    C++
    عرض على GitHub↗9,746
  1. Home
  2. Security & Cryptography
  3. Encryption Scope Definitions