awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to chef/chef-vault

Projects sharing features with Chef Vault

25 open-source projects similar to chef/chef-vault, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 99designs/aws-vault99designs avatar

    99designs/aws-vault

    8,977View on GitHub↗

    aws-vault is a secure credential manager and command-line wrapper for AWS. It stores long-term identity keys using the native operating system secure keystore to prevent plaintext secrets from residing on disk. The tool orchestrates the exchange of long-term credentials for short-lived temporary sessions by assuming IAM roles, with support for multi-factor authentication and integration with AWS Identity Center for single sign-on access. It prevents credential exposure by injecting these temporary tokens directly into subprocesses or by simulating local metadata endpoints for software develop

    Go
    View on GitHub↗8,977
  • awslabs/git-secretsawslabs avatar

    awslabs/git-secrets

    13,177View on GitHub↗

    Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating automated scanning directly into the version control commit lifecycle. It functions as a commit scanner that evaluates staged files and commit messages against defined security policies before changes are finalized in a repository. The tool utilizes regular expression pattern matching to identify potential secrets and supports the registration of custom patterns to address specific organizational security requirements. To manage operational friction, it includes mechanisms for

    Shell
    View on GitHub↗13,177
  • bitnami-labs/sealed-secretsbitnami-labs avatar

    bitnami-labs/sealed-secrets

    8,925View on GitHub↗

    Sealed Secrets is a Kubernetes secret encryption tool and controller designed for GitOps security. It provides a mechanism to encrypt sensitive data into specialized resources that can be safely stored in public version control systems and decrypted only within a cluster. The system uses an asymmetric encryption manager to seal secrets with a public key, ensuring that only the corresponding private key held within the cluster can unseal them. It includes utilities for security key rotation, secret re-encryption, and offline private key recovery to maintain data access during disaster recovery

    Godevops-workflowencrypt-secretsgitops
    View on GitHub↗8,925

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • cloudflare/redoctobercloudflare avatar

    cloudflare/redoctober

    1,417View on GitHub↗

    Go server for two-man rule style file encryption and decryption.

    Go
    View on GitHub↗1,417
  • conradirwin/dotgpgConradIrwin avatar

    ConradIrwin/dotgpg

    169View on GitHub↗

    A secure and easy-to-use store for your production secrets

    Ruby
    View on GitHub↗169
  • cossacklabs/acracossacklabs avatar

    cossacklabs/acra

    1,482View on GitHub↗

    Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.

    Go
    View on GitHub↗1,482
  • external-secrets/kubernetes-external-secretsE

    external-secrets/kubernetes-external-secrets

    2,584View on GitHub↗

    This project has been deprecated. Please take a look at ESO (External Secrets Operator) instead https://github.com/external-secrets/external-secrets

    JavaScript
    View on GitHub↗2,584
  • fugue/credstashfugue avatar

    fugue/credstash

    2,064View on GitHub↗

    A little utility for managing credentials in the cloud

    Python
    View on GitHub↗2,064
  • godaddy/kubernetes-external-secretsG

    godaddy/kubernetes-external-secrets

    0View on GitHub↗
    View on GitHub↗0
  • gopasspw/gopassgopasspw avatar

    gopasspw/gopass

    6,940View on GitHub↗

    gopass is a terminal-based password manager and GPG secret store used for generating, storing, and retrieving encrypted credentials. It functions as a collaborative secret manager that encrypts data using GPG or age and synchronizes it across devices and teams using Git. The system distinguishes itself by treating version control repositories as the primary storage backend, enabling secure secret sharing and version history for credentials. It utilizes a hierarchical directory structure to organize secrets on the filesystem and supports multi-store mounting to combine multiple independent rep

    Go
    View on GitHub↗6,940
  • hashicorp/vaulthashicorp avatar

    hashicorp/vault

    35,796View on GitHub↗

    Vault is a centralized secrets management platform designed to secure, store, and control access to sensitive credentials such as API keys, passwords, certificates, and encryption keys. At its core, the system employs a barrier-based cryptographic sealing mechanism that requires an unseal process to decrypt internal storage, ensuring that sensitive data remains protected. It provides identity-based access control to manage granular permissions across distributed infrastructure, effectively centralizing security policies and authentication for both human and machine workloads. What distinguish

    Gogosecretsvault
    View on GitHub↗35,796
  • lunasec-io/lunaseclunasec-io avatar

    lunasec-io/lunasec

    1,470View on GitHub↗

    LunaSec - Dependency Security Scanner that automatically notifies you about vulnerabilities like Log4Shell or node-ipc in your Pull Requests and Builds. Protect yourself in 30 seconds with the LunaTrace GitHub App: https://github.com/marketplace/lunatrace-by-lunasec/

    TypeScript
    View on GitHub↗1,470
  • lyft/confidantlyft avatar

    lyft/confidant

    1,857View on GitHub↗

    Confidant: your secret keeper. https://lyft.github.io/confidant

    Python
    View on GitHub↗1,857
  • marcwebbie/passpiemarcwebbie avatar

    marcwebbie/passpie

    919View on GitHub↗

    :closedlockwith_key: Multiplatform command-line password manager

    Python
    View on GitHub↗919
  • mozilla/sopsmozilla avatar

    mozilla/sops

    22,116View on GitHub↗

    Sops is a secrets encryption tool designed to encrypt and decrypt sensitive values within configuration files. It functions as a manager for secrets that integrates with cloud key vaults and PGP keys to secure data stored in version-controlled files. The tool utilizes structure-preserving encryption to encrypt individual values while keeping the overall file format and non-sensitive keys intact. It employs a KMS-backed encryption model, interfacing with external key management services from AWS, GCP, and Azure to handle cryptographic operations without exposing private keys locally. The proj

    Go
    View on GitHub↗22,116
  • pinterest/knoxpinterest avatar

    pinterest/knox

    1,266View on GitHub↗

    Knox is a secret management service

    Go
    View on GitHub↗1,266
  • ricoberger/vault-secrets-operatorricoberger avatar

    ricoberger/vault-secrets-operator

    677View on GitHub↗
    Gocrdgitopshelm-chart
    View on GitHub↗677
  • segmentio/chambersegmentio avatar

    segmentio/chamber

    2,601View on GitHub↗

    CLI for managing secrets

    Go
    View on GitHub↗2,601
  • sobolevn/git-secretsobolevn avatar

    sobolevn/git-secret

    4,023View on GitHub↗

    git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git

    Shellencryptiongitgit-addons
    View on GitHub↗4,023
  • soluto/kamusS

    Soluto/kamus

    0View on GitHub↗
    View on GitHub↗0
  • sparebankenvest/azure-key-vault-to-kubernetesS

    SparebankenVest/azure-key-vault-to-kubernetes

    0View on GitHub↗
    View on GitHub↗0
  • spectralops/keyscopeSpectralOps avatar

    SpectralOps/keyscope

    411View on GitHub↗

    Keyscope is a key and secret workflow (validation, invalidation, etc.) tool built in Rust

    Rust
    View on GitHub↗411
  • spectralops/tellerspectralops avatar

    spectralops/teller

    3,215View on GitHub↗

    Cloud native secrets management for developers - never leave your command line for secrets.

    Rust
    View on GitHub↗3,215
  • stackexchange/blackboxStackExchange avatar

    StackExchange/blackbox

    6,768View on 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

    Go
    View on GitHub↗6,768
  • starkandwayne/safestarkandwayne avatar

    starkandwayne/safe

    419View on GitHub↗

    A Vault CLI

    Go
    View on GitHub↗419