Review request: combining age (scrypt passphrase) with Shamir secret sharing for offline, browser-based recovery
Hi r/crypto, I’m looking for technical critique of a small tool I built that combines **age** encryption with **Shamir’s Secret Sharing** and a **self-contained browser recovery tool**. Repo: [https://github.com/eljojo/rememory](https://github.com/eljojo/rememory) Docs: [https://eljojo.github.io/rememory/docs.html](https://eljojo.github.io/rememory/docs.html) # Problem I’m trying to solve How can non-technical …