2 dépôts
Software implementations of the OpenPGP standard for encryption, signing, and key management.
Distinct from Cryptographic Standards: None of the candidates refer to the OpenPGP standard specifically as a software implementation.
Explore 2 awesome GitHub repositories matching security & cryptography · OpenPGP Implementations. Refine with filters or upvote what's useful.
Ce projet est une bibliothèque de cryptographie OpenPGP conçue pour chiffrer, déchiffrer et signer des messages selon la norme OpenPGP pour une communication sécurisée. Il fonctionne comme une boîte à outils de chiffrement asymétrique pour sécuriser les données et gérer les identités numériques via des opérations cryptographiques. La bibliothèque fournit un gestionnaire de clés cryptographiques pour créer et gérer les paires de clés publiques et privées requises pour les opérations d'identité. Elle inclut une implémentation de signature numérique pour garantir l'authenticité des messages et l'intégrité des données. Le système couvre un large éventail de capacités, incluant la gestion des clés asymétriques, l'échange de messages sécurisés et la vérification de signature numérique. Il utilise des flux de travail d'infrastructure à clé publique (PKI), le chiffrement de session symétrique et l'empreinte de hachage cryptographique pour protéger les communications.
Provides a full software implementation of the OpenPGP standard for encryption, signing, and key management.
OpenKeychain is a mobile OpenPGP key manager and identity provider used for storing, importing, and organizing encryption keys and digital certificates. It serves as an end-to-end encryption client and digital signature tool for encrypting and decrypting text and files. The application functions as a central vault that provides encryption and decryption services to third-party apps, such as email clients and password managers. It enables secure public key exchange through online directory retrieval and QR code scanning. The project covers cryptographic identity verification, including the ab
Implements the OpenPGP cryptographic framework for asymmetric encryption and digital signing.