Blog

Insights on digital estate planning, security, and protecting what matters

7 posts tagged engineering

Estate Planning for Engineers: A System Design Approach to Digital Inheritance
engineering system design estate planning digital legacy developers

Estate Planning for Engineers: A System Design Approach to Digital Inheritance

If you've ever designed a distributed system, you already know how to do digital estate planning. The vocabulary is the same — single point of failure, failover, RTO, audit log — and the question is the same: what happens to a critical node when it goes down? You just haven't applied the framework to yourself yet.

May 18, 2026 Read more
Why "Forgot Password" Is the Most Dangerous Feature in Software
security authentication passwords recovery engineering

Why "Forgot Password" Is the Most Dangerous Feature in Software

Every account you own is only as secure as its recovery flow. "Forgot password" is, by design, a feature that lets someone who isn't you take over your account if they can convince the system they're you. A look at why recovery is the real security perimeter — and what better recovery would look like.

May 15, 2026 Read more
How We Built a Zero-Knowledge Dead man Switch: A Technical Deep-Dive
security encryption engineering cryptography zero-knowledge architecture

How We Built a Zero-Knowledge Dead man Switch: A Technical Deep-Dive

The threat model, the wrapped master key architecture, the per-file content keys, the per-share keys, and the trigger pipeline — a transparent walkthrough of how a deadman switch can deliver your most sensitive files without anyone, including the service itself, ever being able to read them.

May 13, 2026 Read more