awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesSecure Vaults

Mechanisms for initializing and protecting sensitive cryptographic material and keystores.

Distinguishing note: Focuses on the initialization of secure storage containers rather than general authentication.

Explore 5 awesome GitHub repositories matching security & cryptography · Secure Vaults. Refine with filters or upvote what's useful.

Awesome Secure Vaults GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ethereum/go-ethereumAvatar von ethereum

    ethereum/go-ethereum

    51,178Auf GitHub ansehen↗

    Geth is a comprehensive execution client for the Ethereum network, serving as a foundational node implementation that processes transactions, maintains the distributed ledger state, and participates in peer-to-peer consensus. It provides a robust infrastructure for synchronizing, validating, and serving blockchain data, utilizing a persistent Merkle Patricia Trie database to ensure the cryptographic integrity of historical records. As a sandboxed smart contract runtime, it executes bytecode according to deterministic protocol rules, enabling the deployment and interaction of decentralized appl

    Creates a protected vault for storing keystore passwords and signing rules by providing a master seed.

    Goblockchainethereumgeth
    Auf GitHub ansehen↗51,178
  • bitwarden/clientsAvatar von bitwarden

    bitwarden/clients

    13,114Auf GitHub ansehen↗

    This project is a comprehensive zero-knowledge security suite designed for enterprise credential management, secrets orchestration, and password management. It provides a secure, end-to-end encrypted vault that allows users to store, synchronize, and manage sensitive information, including passwords, passkeys, and infrastructure secrets, across desktop, mobile, and browser environments. The platform distinguishes itself through a strict zero-knowledge architecture where all encryption and decryption occur locally on the client, ensuring that plaintext data remains inaccessible to the server.

    Unlocks encrypted data stored locally on the client using master passwords, passkeys, or device-based approval.

    TypeScriptangularbitwardenbrowser-extension
    Auf GitHub ansehen↗13,114
  • mimblewimble/grinAvatar von mimblewimble

    mimblewimble/grin

    5,090Auf GitHub ansehen↗

    Grin is a protocol implementation and blockchain node that provides a confidential transaction system. It uses Pedersen Commitments and homomorphic encryption to verify value integrity and ensure a consistent money supply without revealing specific transaction amounts or participant identities. The project distinguishes itself through an interactive transaction exchange model, where wallets coordinate multi-round data exchanges to build signed transactions. To maintain anonymity, the system supports onion-routed transaction delivery and masks originating IP addresses through specialized relay

    Provides a password-protected digital vault and recovery phrases for securing private keys and funds.

    Rustcryptocurrencycryptographygrin
    Auf GitHub ansehen↗5,090
  • bluewallet/bluewalletAvatar von BlueWallet

    BlueWallet/BlueWallet

    3,146Auf GitHub ansehen↗

    BlueWallet is a Bitcoin wallet application that provides a mobile interface for managing Bitcoin assets, including standard wallets and specialized tools for Lightning Network payments. It serves as a coordinator for various wallet types, including multisig vaults and watch-only interfaces. The project distinguishes itself through advanced security and privacy features, such as decoy storage architecture to hide assets during forced disclosure and custom entropy generation using physical dice or coins. It supports air-gapped transaction management via QR codes and PSBT integration for hardwar

    Implements high-security multisig vaults that require multiple signatures to authorize high-value transactions.

    TypeScriptbitcoinbitcoinjsblockchain
    Auf GitHub ansehen↗3,146
  • achep/keyguard-appAvatar von AChep

    AChep/keyguard-app

    2,497Auf GitHub ansehen↗

    Keyguard is a password manager application and secure vault designed for storing and organizing logins, passkeys, and sensitive data. It provides a multi-factor authentication vault that utilizes encrypted offline access to ensure credentials remain available without an internet connection. The application includes a dedicated SSH key manager and agent integration for generating and managing keys to access remote servers. It also features a password security auditor that analyzes vault entries to identify compromised, reused, or weak credentials. The system covers a broad range of security c

    Grants access to encrypted data through a master password, biometric authentication, or hardware security keys.

    Kotlinandroidbitwardencompose
    Auf GitHub ansehen↗2,497
  1. Home
  2. Security & Cryptography
  3. Secure Vaults

Unter-Tags erkunden

  • Multi-Factor UnlockingMechanisms for granting access to secure vaults using a combination of master passwords, biometrics, and hardware keys. **Distinct from Biometric Unlocking:** Extends secure vaults by specifically implementing the multi-modal unlocking process (biometrics + hardware keys) rather than just the storage initialization.
  • Multisig VaultsShared cryptographic storage requiring multiple independent signatures to authorize transactions. **Distinct from Secure Vaults:** Focuses specifically on multisig blockchain vaults rather than general secure keystore containers.