Flajt / decentproof-app

Proof that your audio/video/image files taken with this app haven't been tampered with
https://www.decentproof.com
GNU General Public License v3.0
2 stars 0 forks source link

[Feedback appreciated]: Find a better way to store the signature #118

Open Flajt opened 6 months ago

Flajt commented 6 months ago

Currently the system stores the signature as metadata with originstamp, however this is not that great, if originstamp would stop operations, it would be impossible to verify the signatures, as we may not be able to access them. A better way to store them is required.

Ideas:

Any thoughts on this matter are appreciated

Flajt commented 6 months ago

Seem like that the signature is available in the provided PDF, which is nice. But I'm still unsure if that is sufficent, since it would only allow the owners to verify it completly.

Flajt commented 2 months ago

Will add used Web3 providers where it has been persisted to as metadata + a version code EDIT: Reason: This will allow modifying the data and how it's saved, paving the way to add features like this.

Flajt commented 2 months ago

See #140