2 repositorios
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.
Este proyecto es una biblioteca de criptografía OpenPGP diseñada para cifrar, descifrar y firmar mensajes según el estándar OpenPGP para comunicación segura. Funciona como un kit de herramientas de cifrado asimétrico para asegurar datos y gestionar identidades digitales mediante operaciones criptográficas. La biblioteca proporciona un gestor de claves criptográficas para crear y manejar los pares de claves públicas y privadas requeridos para operaciones de identidad. Incluye una implementación de firma digital para asegurar la autenticidad del mensaje y la integridad de los datos. El sistema cubre una amplia gama de capacidades, incluyendo gestión de claves asimétricas, intercambio seguro de mensajes y verificación de firmas digitales. Utiliza flujos de trabajo de infraestructura de clave pública, cifrado de sesión simétrico y huellas digitales de hash criptográfico para proteger las comunicaciones.
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.