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

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

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

4 مستودعات

Awesome GitHub RepositoriesJSON Web Encryption

Implementations of the JWE standard for encrypting and decrypting JSON-formatted data tokens.

Distinct from JSON Web Tokens: None of the candidates cover the JWE specification specifically; most focus on general encryption or JWTs.

Explore 4 awesome GitHub repositories matching security & cryptography · JSON Web Encryption. Refine with filters or upvote what's useful.

Awesome JSON Web Encryption GitHub Repositories

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

    panva/jose

    7,346عرض على GitHub↗

    jose is a cryptography library for signing, encrypting, and verifying tokens and messages using the JSON Object Signing and Encryption standards. It provides a toolkit for the implementation of JSON Web Tokens, JSON Web Signatures, and JSON Web Encryption. The library serves as a high-level interface for the Web Crypto API, allowing for the generation, import, and export of symmetric secrets and asymmetric key pairs. It handles the encryption and decryption of web messages and the validation of digital signatures to ensure data integrity and identity. Its capabilities cover cryptographic key

    Implements the JWE standard to ensure privacy and confidentiality of web messages.

    TypeScriptbrowserbuncloudflare-workers
    عرض على GitHub↗7,346
  • authlib/authlibالصورة الرمزية لـ authlib

    authlib/authlib

    5,346عرض على GitHub↗

    Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a unified set of tools to manage authentication and authorization flows, allowing applications to either act as a client connecting to external identity providers or as a provider issuing tokens and managing user identities. The project distinguishes itself through a full implementation of the JOSE standards, offering a suite of cryptographic tools for generating, signing, encrypting, and validating JSON Web Tokens, Signatures, Encryption, and Keys.

    Provides a comprehensive implementation of JOSE standards, including JWS, JWE, and JWK.

    Pythondjangoflaskjose
    عرض على GitHub↗5,346
  • lepture/authlibالصورة الرمزية لـ lepture

    lepture/authlib

    5,346عرض على GitHub↗

    Authlib is a comprehensive Python framework for implementing OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a complete toolkit for identity management, spanning the development of authorization servers, resource servers, and client-side integrations. The library distinguishes itself through a full implementation of the JOSE specifications, including JSON Web Tokens, Encryption, Signatures, and Keys. It features specialized capabilities for non-interactive authentication via service account assertion frameworks and a compliance-correction layer designed to handle ide

    Provides a full implementation of JOSE specifications for signing and encrypting claims via JWS, JWE, and JWK.

    Python
    عرض على GitHub↗5,346
  • smallstep/cliالصورة الرمزية لـ smallstep

    smallstep/cli

    4,255عرض على GitHub↗

    This project is a command-line tool for managing public key infrastructure and digital identities. It provides a comprehensive suite for X.509 certificate lifecycle management, including the generation, signing, renewal, and revocation of certificates and signing requests. The tool distinguishes itself through specialized security capabilities such as binding cryptographic credentials to TPMs and HSMs for hardware-backed identity attestation. It also provides dedicated support for machine identity security, using short-lived SSH certificates and mTLS to secure non-human workloads. Broad capa

    Implements the full JOSE suite for creating and verifying JSON Web Tokens, Keys, and encrypted payloads.

    Gocertificatecryptographyencryption
    عرض على GitHub↗4,255
  1. Home
  2. Security & Cryptography
  3. JSON Web Encryption

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

  • JOSE Specifications1 وسم فرعيComprehensive implementation of JSON Web Signature and Encryption standards for protecting claims. **Distinct from JSON Web Encryption:** Covers the full suite of JOSE standards (JWS, JWE, JWK), not just the encryption (JWE) part.