2 个仓库
The creation and use of passphrase-less cryptographic subkeys for non-interactive decryption.
Distinct from PGP Decryption: Distinct from PGP Decryption: focuses specifically on the automation aspect via passwordless subkeys rather than general PGP decryption.
Explore 2 awesome GitHub repositories matching security & cryptography · Passwordless Decryption. Refine with filters or upvote what's useful.
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.