Yarmo Mackenbach ed4641b867
All checks were successful
continuous-integration/drone/push Build is passing
Add project
2020-06-12 15:38:33 +02:00

904 B

title, status, slug, date, listed
title status slug date listed
Distributed Content Verification System development dcvs 2020-06-12 15:38:07 true

Description

Detailed explanation (slightly different version of this project).

In short: websites could check each other's content periodically, make sure it's not being tampered with. Hackers would need to access to all websites to get away with their crime. A predetermined list of paths is downloaded, HTML tags known to contain dynamic content are stripped, the content (and content alone, no HTTP headers) is hashed and compared with the latest validated hash for that path.

If content change is detected, an email is sent to the owner of the website with a link to validate the new hashes of the paths. This system requires trust between the two website owners.

Status

In development.

Updates

[2020-06-12 15:38:07] Added project