Promote to production: Digital Legacy Letter (Legacy category) - #117
Merged
Conversation
A new client-side tool + 'Legacy' category. Write a private letter (final words + account passwords) that family can open only when the time comes. - Content encrypted with a random 256-bit DEK (AES-256-GCM). The DEK has two independent recovery paths: a PBKDF2-derived password wrap, and a Shamir Secret Sharing split over GF(256) into N family shares needing any K (e.g. 3 of 5). - Pure, unit-tested libs: shamir.lib (8 tests), crypto.lib, vault.lib (12 tests) — round-trips both paths, rejects wrong password/insufficient shares, share checksum + tamper detection, file never contains the shares. - Thin Create/Open island; 'unrecoverable by design' warning; executor-share tip. - EN + Bahasa SEO content (ID: 'Surat Wasiat Digital', no 'alat'). Auto /id/ + category hub + OG image via existing pipeline. status: beta. Note: true auto-release-on-death isn't possible purely client-side (needs a server holding data); handoff is human-arranged via the password/shares by design. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ubfx4XocHcECaL8twp9zsr
feat(legacy): Digital Legacy Letter (encrypted 'in case I die' vault)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes #116 — encrypted client-side legacy letter (AES-256 + Shamir family shares), new Legacy category, bilingual + OG.