Skip to content

Unclear how to prove ownership vs existence. #33

@qm3ster

Description

@qm3ster

Demonstrating data ownership without revealing actual data.
You can publicly reveal the digest and if conflict arises you can prove you had the data that generates the digest. Useful for copyrighted material, patents, etc.

Doesn't say how. I can see at least two ways:

  1. Submitting signed or watermarked documents that can be used as proof to the ownership of both that and the unwatermarked version, by virtue of being dated earlier than yourself or anyone else submitting the unwatermarked version.
  2. Submitting a snapshot of your public web page where you list the (submitted) hashes you own every time you update the page.

Neither method is really optimal (both require extra submissions) and neither is presented on the page.
Perhaps there should be one of the following:

  1. A field for an email address or other public identifier to be hashed and appended (so that the existence of the unique document can be verified without inputting the author).
  2. A field for an email address or other public identifier to salt the hash with (which doesn't create extra data, so will not require weaker hashes). This method is identical to manual solution 1 above.
  3. Encrypting the file with the author's private key to verify that not only did they possess the file at the date, but were in fact the person responsible for registering it. (So that a third party can not use the feature for defamation.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions