awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesPasswordless Decryption

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.

Awesome Passwordless Decryption GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • stackexchange/blackboxStackExchange 的头像

    StackExchange/blackbox

    6,768在 GitHub 上查看↗

    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.

    Go
    在 GitHub 上查看↗6,768
  • jesseduffield/horcruxjesseduffield 的头像

    jesseduffield/horcrux

    5,070在 GitHub 上查看↗

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

    Recovers encrypted files by gathering a minimum number of fragments instead of requiring a complex decryption passphrase.

    Go
    在 GitHub 上查看↗5,070
  1. Home
  2. Security & Cryptography
  3. Message Decryption
  4. PGP Decryption
  5. Passwordless Decryption

探索子标签

  • Threshold-Based Passwordless RecoveryRecovering encrypted data using a quorum of shares instead of a passphrase. **Distinct from Passwordless Decryption:** Distinct from PGP subkeys; uses fragmented shares to replace the need for a master password.