3 个仓库
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 是一个阈值密码系统和文件碎片化工具,将文件拆分为加密碎片。它作为一个分布式密钥管理实用程序,使用对称加密来保护数据,并将密钥拆分为多个部分,从而无需主密码。 该工具实现了 Shamir 秘密共享,以确保没有任何单个碎片能揭示有关原始文件的信息。它通过要求特定最小阈值(即法定人数)的分布式碎片来重建解密密钥并恢复原始数据,从而实现无密码恢复。 该实用程序通过支持在多个位置存储加密碎片来提供安全的文件冗余,确保即使某些碎片丢失或损坏,数据也能恢复。
Recovers encrypted files by gathering a minimum number of fragments instead of requiring a complex decryption passphrase.