4 مستودعات
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.
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.
هذا المشروع عبارة عن مجموعة أدوات لإنشاء وإدارة سلطات شهادات 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.
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.
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.