[PR #2628] [CLOSED] Add EnvCloak #10974

Closed
opened 2026-04-24 05:53:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2628
Author: @Veinar
Created: 11/22/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • b741f10 Add envcloak to README.md

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)

📄 Description

What is this Python project?

EnvCloak is a lightweight, standalone CLI tool and Python library designed for secure encryption and decryption of secrets. Key rotation is implemented as well. It prioritizes simplicity and ease of use, making it ideal for integrating with CI/CD workflows across various platforms like GitHub Actions, GitLab CI/CD, Azure Pipelines, and Kubernetes alike systems. EnvCloak can be used as a command-line tool for generating encryption keys, encrypting/decrypting environment files, and seamlessly integrating secrets into deployment pipelines. For Python applications, it also provides a straightforward API for loading encrypted environment variables into os.environ.

What's the difference between this Python project and similar ones?

Enumerate comparisons.

  • Multi-Platform Focus: EnvCloak is designed to work seamlessly in CI/CD pipelines across various platforms such as GitHub Actions, GitLab CI/CD, Azure Pipelines, and Kubernetes, making it versatile beyond Python applications.
  • Lightweight and Standalone: Unlike tools like Vault, EnvCloak requires no external dependencies or servers, ensuring easy setup and maintenance.
  • User-Friendly CLI: Offers a simple command-line interface to generate keys, encrypt/decrypt files, and manage secrets without complex configurations or additional tools.
  • Python and Non-Python Compatibility: While providing a Python library for app-specific use cases, EnvCloak's CLI makes it suitable for any environment, language, or workflow that requires secret management.
  • CI/CD Integration: EnvCloak is built with CI/CD workflows in mind, providing out-of-the-box commands and examples for common use cases, making it faster to configure and use comparing to heavier alternatives like Sops or Vault.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2628 **Author:** [@Veinar](https://github.com/Veinar) **Created:** 11/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b741f10`](https://github.com/vinta/awesome-python/commit/b741f100fd4a80524ba0f4dee86b38b32412c21b) Add envcloak to README.md ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description ## What is this Python project? EnvCloak is a lightweight, standalone CLI tool and Python library designed for secure encryption and decryption of secrets. Key rotation is implemented as well. It prioritizes simplicity and ease of use, making it ideal for integrating with CI/CD workflows across various platforms like GitHub Actions, GitLab CI/CD, Azure Pipelines, and Kubernetes alike systems. EnvCloak can be used as a command-line tool for generating encryption keys, encrypting/decrypting environment files, and seamlessly integrating secrets into deployment pipelines. For Python applications, it also provides a straightforward API for loading encrypted environment variables into `os.environ`. ## What's the difference between this Python project and similar ones? Enumerate comparisons. * Multi-Platform Focus: EnvCloak is designed to work seamlessly in CI/CD pipelines across various platforms such as GitHub Actions, GitLab CI/CD, Azure Pipelines, and Kubernetes, making it versatile beyond Python applications. * Lightweight and Standalone: Unlike tools like Vault, EnvCloak requires no external dependencies or servers, ensuring easy setup and maintenance. * User-Friendly CLI: Offers a simple command-line interface to generate keys, encrypt/decrypt files, and manage secrets without complex configurations or additional tools. * Python and Non-Python Compatibility: While providing a Python library for app-specific use cases, EnvCloak's CLI makes it suitable for any environment, language, or workflow that requires secret management. * CI/CD Integration: EnvCloak is built with CI/CD workflows in mind, providing out-of-the-box commands and examples for common use cases, making it faster to configure and use comparing to heavier alternatives like Sops or Vault. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 05:53:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#10974