3 repository-uri
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 este un sistem de criptografie cu prag și un instrument de fragmentare a fișierelor care împarte fișierele în fragmente criptate. Acesta funcționează ca un utilitar distribuit de gestionare a cheilor, folosind criptarea simetrică pentru a securiza datele cu o cheie care este apoi împărțită în bucăți, eliminând nevoia unei parole master. Instrumentul implementează Shamir Secret Sharing pentru a se asigura că niciun fragment individual nu dezvăluie informații despre fișierul original. Permite recuperarea fără parolă prin necesitatea unui prag minim specific, sau cvorum, de fragmente distribuite pentru a reconstrui cheia de decriptare și a restaura datele originale. Acest utilitar oferă redundanță securizată a fișierelor prin permiterea stocării pieselor criptate în mai multe locații, asigurând recuperarea datelor chiar dacă unele fragmente individuale sunt pierdute sau distruse.
Recovers encrypted files by gathering a minimum number of fragments instead of requiring a complex decryption passphrase.