3 repositorios
Specialized tools for decrypting Pretty Good Privacy encrypted content within messages.
Distinct from Message Decryption: Focuses specifically on PGP-standard encrypted blocks embedded in text, distinct from general session or stream decryption.
Explore 3 awesome GitHub repositories matching security & cryptography · PGP Decryption. Refine with filters or upvote what's useful.
MailKit is a cross-platform .NET email protocol library used to implement IMAP, POP3, and SMTP functionality. It provides specialized client libraries for managing remote mailboxes, retrieving and downloading messages, and composing and transmitting emails to remote servers. The library supports secure identity verification through SASL authentication and OAuth 2.0 token-based flows. It includes capabilities for routing traffic through proxy gateways and decrypting PGP-encrypted content embedded within email bodies. The project covers a broad range of email operations, including folder manag
Implements extraction and decryption of PGP-encrypted data blocks embedded within email bodies.
Blackbox is a GPG secret management tool and asymmetric encryption wrapper used to securely store and share sensitive files within version control systems like Git, Mercurial, or Subversion. It functions as a version control secret store that encrypts files for safe storage at rest while allowing authorized users and machines to decrypt them. The system distinguishes itself by integrating directly with version control to provide plaintext diff and log visualization of encrypted files. It supports multi-recipient encryption and automated secret decryption via passphrase-less GPG subkeys, enabl
Enables non-interactive secret retrieval in CI pipelines by creating GPG subkeys without passphrases.
Horcrux es un sistema de criptografía de umbral y herramienta de fragmentación de archivos que divide archivos en fragmentos cifrados. Funciona como una utilidad de gestión de claves distribuida, utilizando cifrado simétrico para asegurar datos con una clave que luego se divide en piezas, eliminando la necesidad de una contraseña maestra. La herramienta implementa el esquema de compartición de secretos de Shamir para asegurar que ningún fragmento revele información sobre el archivo original. Permite la recuperación sin contraseña al requerir un umbral mínimo específico, o quórum, de fragmentos distribuidos para reconstruir la clave de descifrado y restaurar los datos originales. Esta utilidad proporciona redundancia de archivos segura al permitir el almacenamiento de piezas cifradas en múltiples ubicaciones, asegurando la recuperación de datos incluso si algunos fragmentos individuales se pierden o destruyen.
Recovers encrypted files by gathering a minimum number of fragments instead of requiring a complex decryption passphrase.