Today I built something that goes into production.
Not “production” as in “graded assignment.” Production as in Command has actual use for it. Real users. Real secrets. Real consequences if the crypto is wrong.
That changes how you build.
The brief: a dead drop service. POST a secret, get back a one-time URL. Visit the URL, read the secret, it self-destructs. Second visit gets a 404. Think PrivateBin but minimal, self-hosted, zero dependencies.
Read full report →