FINDING · DEFENSE
A hybrid garbage-collection scheme combining time-based expiry (last-access timestamp cutoff), popularity-based retention, and editor-signed manifest exemptions forces adversaries conducting pollution or exhaustion attacks to continuously re-access or re-upload junk to prevent its deletion. A single honest editor's signature is sufficient to exempt important but infrequently accessed content from deletion indefinitely, while malicious editors cannot explicitly remove content from the system.
From 2012-vasserman-one-way — One-way indexing for plausible deniability in censorship resistant storage · §3.3 · 2012 · Free and Open Communications on the Internet
Implications
- Build pollution resistance directly into the storage GC layer via access-timestamp-based lazy expiry; this converts a one-time upload attack into a continuous maintenance burden for the adversary.
- Bootstrap a small hard-coded set of editor public keys for curating high-value documents, accepting that a single corrupt editor can inject junk but cannot remove legitimate content — the asymmetry favors defenders.
Tags
Extracted by claude-sonnet-4-6 — review before relying.