Public verification
Confirms that the content export published with this website matches the build stamp in the footer. No account, software, or technical knowledge required.
Verifying…
- Build ID
- f26f22a0-ad3f-4a19-b7fd-4386b5082d1e
- Built at
- —
- Expected SHA-256
- —
- Computed SHA-256
- —
Raw JSON files: Build manifest Content export
Optional: command line (same check)
curl -sO https://soveri.at/cms-export.json
HASH=$(curl -s https://soveri.at/build-version.json | jq -r .cmsSha256)
printf '%s cms-export.json\n' "$HASH" | shasum -a 256 -c -