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

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

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

4 مستودعات

Awesome GitHub RepositoriesPEM Formatting

Utilities for encoding certificates and private keys into the Privacy-Enhanced Mail (PEM) format.

Distinct from TLS Certificate Management: Focuses specifically on the data encoding/export format rather than general certificate lifecycle management.

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

Awesome PEM Formatting GitHub Repositories

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

    square/okhttp

    46,971عرض على GitHub↗

    OkHttp is an HTTP client for the JVM and Android that enables network communication via synchronous and asynchronous requests. It provides a core identity as a comprehensive networking toolkit featuring a WebSocket client for bidirectional data synchronization, a TLS security toolkit for encrypted communication, and a programmable HTTP mock server for simulating backend responses. The project distinguishes itself through a specialized security and performance architecture. It implements mutual TLS, certificate pinning, and DNS over HTTPS to secure data in transit, while utilizing connection p

    Encodes certificates and private keys into PEM format for external storage or use.

    Kotlinandroidgraalvmjava
    عرض على GitHub↗46,971
  • cloudflare/cfsslالصورة الرمزية لـ cloudflare

    cloudflare/cfssl

    9,443عرض على GitHub↗

    هذا المشروع عبارة عن مجموعة أدوات لإنشاء وإدارة سلطات شهادات X.509، ويوفر أدوات لإصدار وتوقيع وإدارة شهادات TLS والمفاتيح الخاصة. يتضمن أداة سطر أوامر لإنشاء طلبات توقيع الشهادات، وتجميع سلاسل الشهادات، وتحليل ملفات PEM أو DER. يتميز النظام بخادم HTTP API يسمح بالتوقيع والتحقق عن بعد من الشهادات باستخدام طلبات واستجابات JSON. تدعم هذه البنية توفير الشهادات المؤتمتة وتتضمن وكيلاً للتوقيع لإعادة توجيه الطلبات إلى خدمات خلفية بعيدة. يغطي المشروع مجموعة واسعة من قدرات البنية التحتية للمفاتيح العامة (PKI)، بما في ذلك إنشاء السلطات الجذرية والوسيطة، وإلغاء الشهادات، وبناء سلاسل الثقة المتوافقة. كما يوفر أدوات لبروتوكول حالة الشهادة عبر الإنترنت (OCSP) لتوقيع وتخزين الاستجابات للتحقق من حالة إلغاء الشهادات. تدير مجموعة الأدوات دورة حياة الشهادة من خلال تتبع الحالة المدعوم بقاعدة بيانات وتدعم تحويلات ترميز البيانات المختلفة لتوافق النظام.

    Provides utilities to convert certificates and keys between binary DER and human-readable PEM formats.

    Go
    عرض على GitHub↗9,443
  • rsactftool/rsactftoolالصورة الرمزية لـ RsaCtfTool

    RsaCtfTool/RsaCtfTool

    6,988عرض على GitHub↗

    RsaCtfTool is an RSA cryptanalysis tool designed to recover private keys from weak public keys and decrypt protected data. It functions as an integer factorization tool and a framework for executing lattice-based attacks. The project differentiates itself by combining database-driven factorization algorithms with specialized mathematical exploits. It includes a suite for lattice reduction to target small exponents and a converter to transform SSH public keys into PEM format for compatibility with other analysis software. The software covers broad capability areas including RSA moduli factori

    Converts public key structures into standardized PEM files for interoperability with analysis software.

    Pythoncryptographyrsarsa-attack
    عرض على GitHub↗6,988
  • travist/jsencryptالصورة الرمزية لـ travist

    travist/jsencrypt

    6,799عرض على GitHub↗

    jsencrypt is a JavaScript library for performing RSA encryption, decryption, and key generation. It functions as an asymmetric key generator and digital signature provider that executes all cryptographic processing directly in the browser. The library focuses on the use of the PEM standard for importing, exporting, and managing cryptographic keys. It provides the ability to create public and private RSA key pairs of various bit sizes and supports OpenSSL compatible formats. Its capabilities cover the transformation of plaintext into ciphertext and the recovery of original messages using corr

    Supports parsing and decoding of cryptographic keys stored in the Privacy-Enhanced Mail (PEM) format.

    JavaScript
    عرض على GitHub↗6,799
  1. Home
  2. Security & Cryptography
  3. TLS Certificate Management
  4. PEM Formatting