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

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

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

3 مستودعات

Awesome GitHub RepositoriesKey Validators

Tools that verify whether API keys and tokens are active and have the expected permissions by making test requests to service endpoints.

Distinct from API Key Management: Distinct from API Key Management: focuses on one-shot validity checks of existing keys, not lifecycle management or policy enforcement.

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

Awesome Key Validators GitHub Repositories

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

    streaak/keyhacks

    6,069عرض على GitHub↗

    Keyhacks is a command-line tool that tests whether API keys and tokens for dozens of cloud services are valid and active. It automates the verification of discovered credentials during security auditing and penetration testing, confirming if leaked or harvested API keys, tokens, and secrets are still operational. The tool validates credentials by sending lightweight, service-specific HTTP requests to each platform's API endpoint and inspecting the response status or body. Each validation runs independently without storing state between requests, using pre-defined request templates with the co

    Provides automated validation of API keys across dozens of cloud services to confirm they are still active.

    عرض على GitHub↗6,069
  • easychen/pushdeerالصورة الرمزية لـ easychen

    easychen/pushdeer

    5,006عرض على GitHub↗

    Pushdeer هي خدمة إشعارات دفع مستضافة ذاتيًا مصممة لتقديم تنبيهات فورية للأجهزة المحمولة وأجهزة IoT. تعمل كخلفية مركزية لإدارة وتوجيه الإشعارات المخصصة عبر خادم خاص. يتميز النظام بقدرته على إرسال إشعارات الدفع بدون تطبيق (Appless)، والتي تستفيد من ميزات نظام التشغيل الأصلي لتلقي التنبيهات دون الحاجة إلى تطبيق عميل مخصص مثبت على الهاتف. بالنسبة لتكامل IoT، تعمل كبوابة مراسلة باستخدام بروتوكول MQTT لإرسال إشعارات نصية وصورية في الوقت الفعلي إلى الأجهزة الذكية. تتضمن المنصة مجموعة إدارة شاملة لمفاتيح API ورموز تسجيل الأجهزة لتأمين خط أنابيب الإشعارات. تدعم إعادة توجيه الإشعارات الخارجية من منصات الطرف الثالث عبر تنسيقات JSON مخصصة وتوفر توجيهًا قائمًا على المواضيع لتوجيه أنواع محتوى معينة إلى أجهزة مستهدفة. تشمل القدرات الخاصة بالأجهزة عرض الصور على شاشات الأجهزة، ومزامنة وقت الشبكة، والقدرة على إطلاق تنبيهات مادية مثل الطنانات. يتم توفير الخلفية كبيئة حاوية مصممة للنشر باستخدام Docker و Compose.

    Secures the notification pipeline by requiring unique API keys to validate requests from third-party senders.

    Cappclipnotification-service
    عرض على GitHub↗5,006
  • nixtla/nixtlaالصورة الرمزية لـ Nixtla

    Nixtla/nixtla

    3,932عرض على GitHub↗

    Nixtla is a time series analysis platform centered on a transformer-based foundation model. It provides zero-shot inference for forecasting and anomaly detection, allowing the system to predict future values for new time series without requiring model retraining. The project is designed for large-scale analysis, using distributed inference scaling and forecast parallelization to process millions of data series. It supports fine-tuning adaptation to adjust pretrained weights for domain-specific datasets and offers deployment options ranging from local execution and private containers to integr

    Validates the status and permissions of authorization keys to secure API request endpoints.

    Jupyter Notebookagentagentic-aianomaly-detection
    عرض على GitHub↗3,932
  1. Home
  2. Security & Cryptography
  3. API Key Management
  4. Key Validators

استكشف الوسوم الفرعية

  • Notification Pipeline AuthorizationSecures the flow of notifications by validating requests from third-party senders using unique keys. **Distinct from Key Validators:** Focuses on authorizing the notification pipeline rather than one-shot validity checks of existing keys