{% extends "base.html" %} {% block title %}Killswitch — FieldWitness{% endblock %} {% block content %}

Emergency Killswitch

Destroy all key material and sensitive data. This action is irreversible.

Destruction Order
  1. Ed25519 identity keys (signing identity)
  2. Stego channel key (deployment binding)
  3. Flask session secret (invalidates all sessions)
  4. Auth database (user accounts)
  5. Attestation log + index (provenance records)
  6. Temporary files (staged uploads)
  7. Configuration
  8. System logs (best-effort)

{% endblock %}