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

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

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

2 مستودعات

Awesome GitHub RepositoriesCryptographic Implementations

Secure practices for token generation, validation, and encryption.

Distinguishing note: Focuses on token-based security rather than general cryptography.

Explore 2 awesome GitHub repositories matching security & cryptography · Cryptographic Implementations. Refine with filters or upvote what's useful.

Awesome Cryptographic Implementations GitHub Repositories

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

    OWASP/CheatSheetSeries

    32,298عرض على GitHub↗

    The OWASP Cheat Sheet Series is a comprehensive, community-driven repository of concise security best practices and defensive coding patterns. It serves as a centralized knowledge base for developers and security professionals, providing actionable guidance to secure applications across the entire software development lifecycle. The project covers a vast array of security domains, ranging from fundamental web application hardening and authentication protocols to specialized controls for modern infrastructure and artificial intelligence systems. What distinguishes this project is its decentral

    Implements secure cryptographic practices for generating and validating security tokens.

    Pythonapplication-securityappsecbest-practices
    عرض على GitHub↗32,298
  • brave/brave-coreالصورة الرمزية لـ brave

    brave/brave-core

    2,980عرض على GitHub↗

    This project is a customization framework for developing and maintaining a modified web browser based on the Chromium engine. It provides the core tools necessary for patching, building, and managing a specialized browser across multiple operating systems. The framework features a semantic patching toolset designed to apply version-aware code changes to an upstream engine and base project, ensuring compatibility during updates. It also implements a privacy-preserving identity layer that uses blind tokens and custom cryptographic extensions to decouple user payment identities from service usag

    Provides a framework for implementing specialized encryption and cryptographic capabilities beyond the base engine offerings.

    C++
    عرض على GitHub↗2,980
  1. Home
  2. Security & Cryptography
  3. Cryptographic Implementations

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

  • Custom Cryptographic ExtensionsFrameworks for adding non-standard cryptographic primitives and encryption capabilities to a base engine. **Distinct from Cryptographic Implementations:** Focuses on extending a base engine with custom crypto rather than implementing a specific standard protocol.