Show HN: Dotseal – encrypt .env values, keep keys readable, commit safely to Git
Category: security
Tags: secrets-management, encryption, env-files, cli-tool, devops
Score: 6.5/10 (Innovation: 5, Technical: 7, Documentation: 8, Utility: 6)
Dotseal is a Python CLI tool that encrypts .env file values while keeping keys readable, enabling safe Git commits of configuration files. It offers both symmetric and asymmetric encryption modes with per-value nonces and AAD binding, making it a practical solution for teams needing to version secrets without exposing them.
Target audience: backend devs, devops, security engineers
Repository: https://github.com/Jastchi/dotseal · Python · MIT · 3 stars
View on Hacker News