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
- 17753e68-93aa-4d28-bbda-cdd874c03626
- 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 -