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

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

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

3 مستودعات

Awesome GitHub RepositoriesLocal Secret Storage

Mechanisms for storing sensitive credentials and API keys on a local machine to prevent accidental exposure in shared configuration files.

Distinct from Environment Variable Secret Loading: Distinct from Environment Variable Secret Loading: focuses on the location of storage (local vs shared) to prevent leakages in collaborative project files, rather than the loading mechanism into processes.

Explore 3 awesome GitHub repositories matching security & cryptography · Local Secret Storage. Refine with filters or upvote what's useful.

Awesome Local Secret Storage GitHub Repositories

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

    kiln-ai/kiln

    4,910عرض على GitHub↗

    Kiln is an LLM development workbench and evaluation framework designed for designing, testing, and optimizing prompts and AI agents. It functions as a multi-agent orchestrator and a RAG optimization tool, providing a visual interface for the iterative development of AI systems. The project distinguishes itself through a comprehensive fine-tuning pipeline that supports zero-code model training and reasoning distillation. It enables the creation of hierarchical multi-agent systems where specialized actors coordinate via tool calling, and it implements a Model Context Protocol server to expose t

    Provides local storage for API keys and environment variables to prevent sensitive data from being committed to shared project files.

    Python
    عرض على GitHub↗4,910
  • sobolevn/git-secretالصورة الرمزية لـ sobolevn

    sobolevn/git-secret

    4,023عرض على GitHub↗

    git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git

    Initializes secure local storage directories and ignore rules to prepare repositories for secrets.

    Shellencryptiongitgit-addons
    عرض على GitHub↗4,023
  • google/google-authenticator-libpamالصورة الرمزية لـ google

    google/google-authenticator-libpam

    1,988عرض على GitHub↗

    هذا المشروع عبارة عن وحدة مصادقة قابلة للتوصيل (PAM) لأنظمة Linux تفرض التحقق من الهوية متعدد العوامل. يتكامل مباشرة في مكدس مصادقة النظام لطلب كلمات مرور لمرة واحدة قائمة على الوقت إلى جانب بيانات اعتماد المستخدم القياسية، مما يوفر آلية لتأمين الوصول إلى الصدفة (shell) المحلية والبعيدة. تتميز الوحدة بتنفيذها لخوارزمية كلمة المرور لمرة واحدة القائمة على الوقت، والتي تتضمن دعماً مدمجاً لتعويض انحراف الساعة لمراعاة تباينات الوقت بين الخوادم وأجهزة المستخدم. وتدير مفاتيح سرية لكل مستخدم من خلال آلية استمرار قائمة على الملفات المحلية وتدعم التكديس النمطي، مما يسمح للمسؤولين بتمرير بيانات الاعتماد بين وحدات مصادقة متعددة ضمن تدفق تسجيل دخول واحد. بعيداً عن التحقق الأساسي، توفر الأداة إعدادات سياسة قابلة للتهيئة تسمح للمسؤولين بتحديد فترات السماح وإدارة مواقع الملفات السرية. وتسهل مزامنة أسرار المصادقة الفريدة مع تطبيقات الهاتف المحمول، مما يضمن بقاء الإنفاذ متعدد العوامل فعالاً مع الحفاظ على معايير أمن النظام.

    Maintains individual user authentication secrets in local files to enable secure verification during login.

    C2fagoogle-authenticatorpam
    عرض على GitHub↗1,988
  1. Home
  2. Security & Cryptography
  3. Local Secret Storage