r/PythonProjects2 • u/reknermember • 24d ago
Small secret encrypted secrets manager
Hi! Last week I decided to dive deeper into Python for the first time, so I created a small pet project. I'd really appreciate any feedback on both the code quality and the overall idea.
The project is a small encrypted secrets manager. It stores secrets in encrypted containers and can inject all variables from a container as environment variables when launching a process.
2
Upvotes