From 94c982242fbded57ae653e1c6c4b83186ada058b Mon Sep 17 00:00:00 2001 From: Ivan Annovazzi Date: Thu, 26 Feb 2026 10:09:02 +0300 Subject: [PATCH 1/2] Add KeyEnv to Secret Management section KeyEnv is a CLI-first secrets manager that replaces .env files with encrypted, team-synced secrets using AES-256-GCM encryption. https://github.com/keyenv/keyenv Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5467d34..d0a4b95 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ To support security as code, sensitive credentials and secrets need to be manage * [CredStash](https://github.com/fugue/credstash) * [Git Secrets](https://github.com/awslabs/git-secrets) * [Keybase](https://keybase.io) +* [KeyEnv](https://github.com/keyenv/keyenv) * [Sops](https://github.com/mozilla/sops) * [Transcrypt](https://github.com/elasticdog/transcrypt) * [Vault](https://www.hashicorp.com/blog/vault.html) From 0d505e3d2b2352df95a4e0d438be30b9366d34e6 Mon Sep 17 00:00:00 2001 From: Ivan Annovazzi Date: Fri, 27 Feb 2026 00:28:05 +0300 Subject: [PATCH 2/2] fix: correct URL from https://github.com/keyenv/keyenv to https://keyenv.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a4b95..5258303 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ To support security as code, sensitive credentials and secrets need to be manage * [CredStash](https://github.com/fugue/credstash) * [Git Secrets](https://github.com/awslabs/git-secrets) * [Keybase](https://keybase.io) -* [KeyEnv](https://github.com/keyenv/keyenv) +* [KeyEnv](https://keyenv.dev) * [Sops](https://github.com/mozilla/sops) * [Transcrypt](https://github.com/elasticdog/transcrypt) * [Vault](https://www.hashicorp.com/blog/vault.html)