I Built a Distributed Secrets Manager from Scratch in Bash — Here's Everything That Went Wrong
Envelope encryption, Shamir secret sharing, hand-rolled Raft consensus, and 16 bugs that nearly broke me
Jun 10, 202623 min read

Search for a command to run...
Articles tagged with #bash
Envelope encryption, Shamir secret sharing, hand-rolled Raft consensus, and 16 bugs that nearly broke me

A miniature internal Heroku: isolated Docker environments, dynamic nginx routing, TTL-based auto-cleanup, outage simulation, health monitoring, and a REST control API — all on one Linux VM
