Encrypt synchronized Later plans at rest #1115
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#1115
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/1114-encrypt-later-state"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #1114
Encrypts account-scoped Later plans and conflict identities with authenticated private-state envelopes. Existing plaintext rows migrate atomically on read or duplicate/write replay without changing logical revisions. Wrong keys and cross-account ciphertext substitution fail closed.
TDD proof:
pytest -q tests/test_later_store.py— 12 passed.pytest -q— 2121 passed, 8 skipped.