{% extends "base.html" %} {% block title %}Attest Image — SooSeF{% endblock %} {% block content %}
Attest Image

Create a cryptographic provenance attestation — sign an image with your Ed25519 identity to prove when and by whom it was captured.

{% if not has_identity %}
No identity configured. Generate one from the Keys page or run soosef init.
{% endif %}
Supports PNG, JPEG, WebP, TIFF, BMP.
{% endblock %}