Skip to main content

Module opsec

Module opsec 

Source
Expand description

Amnesiac mode, geographic distribution manifests, forensic watermark tripwires.

This module contains the pure domain logic for operational security. The amnesiac pipeline runs entirely in memory: no temp files, no logs, no filesystem writes.

Functions§

build_manifest
Build a geographic manifest from shard assignments.
embed_in_memory
Run the embed pipeline entirely in memory.
embed_watermark
Embed a forensic watermark tripwire into cover data.
identify_watermark
Try to identify which recipient’s watermark is present in cover data.
manifest_to_markdown
Render a geographic manifest as a Markdown document.
recovery_complexity_score
Produce a human-readable recovery complexity score for a manifest.
validate_manifest
Validate a geographic manifest.