Fingerabdruck

Understand the basics

Although the platform should show the Versions for almost all of the contents, it’d still be possible for a system administrator to manipulate the content by editing the database directly.

Als Eindämmung dieses Risikos zeigt die Plattform einen Fingerabdruck für einige wichtige Bereiche, zum Beispiel ein Vorschlagsorgan und einen Titel.

Its goal is to provide a way to give an informal "receipt" to a participant so they can detect tampering. Ein Fingerabdruck ist eine gehackte Darstellung des Inhalts. Es ist nützlich sicherzustellen, dass der Inhalt nicht manipuliert wurde, da eine einzelne Änderung zu einem völlig anderen Wert führen würde. It’s calculated using a SHA256 hashing algorithm. Um es selbst mit zu replizieren, können Sie einen MD5 Taschenrechner online verwenden und die Quelldaten kopieren.

Konfiguration

Fingerabdruck überprüfen

  1. Go to the content for which you want to verify the fingerprint

  2. Click in the "Check fingerprint" link at the bottom of the page

  3. Copy the source field value

  4. Go to a MD5 calculator online and copy-paste the source data

  5. Check that the fingerprints are the same

Check fingerprint link in page bottom

Check fingerprint modal

MD5calc.com screenshot

It’s also possible to verify the fingerprint with other tools, such as the sha256sum command line tool.

echo -n '{"body":{"en":"This proposal suggests creating a green corridor that connects the north and south districts of Chakar via a bicycle and pedestrian-only route. The corridor would pass through the city center and industrial areas, providing a safe, dedicated path for non-motorized transport, with shade trees, rest spots, and solar-powered lighting."},"title":{"en":"Green Corridor for Cyclists and Pedestrians"}}' | sha256sum