Protecting works for being able to prove later "I've done this on this date"


1

How to protect digitalized works for later prove we've had this and that on that date ?

Example: John Doe wants to protect his works on 2011 to be able to prove in future (let's say 2022) that he has done it in past (2011).

I've read somewhere here (I can't find post) an idea about putting things into external well dated repo, like GitHub (they offer paid private repos).

Do you think is it a good idea ?
(My feeling is about using at least two of such)

Maybe just checksums of works ?
(Using a few different checksum functions as checksum/hash function might be compromised in future, as it happened to md5)

Any other suggestions about respected services with dated logs, that might be used to prove your authorship for given date ?
Or maybe other ways of protection?

Copyright Intellectual Property

asked Aug 27 '12 at 21:36
Blank
Grzegorz Wierzowiecki
126 points
  • Well the poor man's way is to put your work in an envelope and mail it to yourself so that you'll have the post office's stamp with a date. – Frenchie 11 years ago
  • Nice idea, but it might be hard to prove that envelop was not opened and closed in mean time. I had case when envelope opened itself after few years. But idea sounds interesting. – Grzegorz Wierzowiecki 11 years ago
  • The poor man's way actually doesn't hold up in the states. http://en.wikipedia.org/wiki/Poor_man's_copyrightTbowman 11 years ago
  • Good to know. My question is universal , not US specific. I am curiosus about US, EU etc. – Grzegorz Wierzowiecki 11 years ago
  • What problem are you really trying to solve? Are you worried someone is going to steal your IP or are you worried someone is going to accuse you of stealing IP? – Tim J 11 years ago
  • I want to make clear what I have done till today without disclosing thing. – Grzegorz Wierzowiecki 11 years ago
  • Wouldn't a functioning product serve as proof of your work? But I would also suggest that you are probably worrying about the wrong things here. Focus on your business and customer - not your copyrights. – Tim J 11 years ago
  • @TimJ It's about IP+Copyright. I want to have proof, what I had done before singing contract. – Grzegorz Wierzowiecki 11 years ago
  • In the US one can submit source to a copyright office. But frankly I don't see the concern – Tim J 11 years ago
  • Not sure GitHub would prove much. It's easy to import stuff with completely different dates (you'll find many legitimate repositories on there with commits that pre-date GitHub itself). As for checksums, they'll prove that something hasn't been modified but you still need to prove the original date. – Dan Dyer 11 years ago
  • As answer provided by kizzx2 - Cryptography Timestamping is exactly what I was looking for. – Grzegorz Wierzowiecki 11 years ago

4 Answers


1

If you want proof that you had item "A" at time "B" then your best bet is simply to hire a local lawyer. You send them your copyrighted material and they take receipt of it and keep it in a safe location. This covers off a number of points:

  • Whomever you are using to prove your copyright needs to be impartial. Family and friends don't count.
  • You'll want whomever keeps your copyrighted material to ensure that it doesn't get lost, burnt, etc. Good lawyers who deal with this kind of thing will have this in place.

There are also online providers for this kind of thing. UKCS provides this kind of service and I am sure there are other national providers.

If you want it done properly you'll need to pay out cash for this.

On the flip side, if you do find that someone is using your copyrighted material then, before you engage with them, get their documents/web-site/whatever notorised by a solicitor/lawyer. This will provide independent evidence that you were having your copyright infringed in the event that they then change their documents/web-site/whatever in order to avoid further action.

Finally: mailing stuff to yourself is basically worthless. If you want it done properly involve a lawyer.

Edit:

You don't need to do this in every country for which you want to enforce copyright. The reason you use a lawyer is to have someone impartial who will verify your copyright claim and provide evidence to substantiate it. Obviously, you want to choose a lawyer from countries with strong legal systems (US, UK, Canada, etc) as these will hold more weight than countries where corruption is more of an issue (Nigeria, etc).

answered Aug 29 '12 at 00:25
Blank
Faster Solutions
300 points
  • You've suggested keeping copy at lawyer. If given lawyer is in country "X", doest it work in country "Y" or do I have to keep in each country one copy at different lawyer ? – Grzegorz Wierzowiecki 11 years ago

1

Almost all major countries have Copyright Act. Contact local consultancies, lawyers etc. to know how to use it. Googling can also help.

There's no other more reliable way than legally copyright your work.

When it comes to GitHub type services, there's no guarantee that it'll survive by 2022 or not. Plus, an attack on their servers can screw things up silently.

answered Aug 29 '12 at 16:14
Blank
Sachin Shekhar
260 points

1

IANAL but IMO the technically robust way to do it would be to do cryptographic timestamping.

As a first step you would create your own private key to sign the PDF file. You can prove originality of the file by proving that you possess the private key. To make it look more legitimate buy a key from "Root CAs" like Thawte, Comodo, VeriSign and friends.

So you would pick a timestamping authority/service provider, send them the file (perhaps in PDF because many providers make timestamping PDFs really easy). You'll get back a file with the timestamped "certificate" in it. The cryptography will prove that you have created the contents in the PDF file at the stamped time (exact working mechanism in the Wikipedia link above).

Caveat: This cryto thing is as secure as the private key. So if your timestamping authority's private key or your own private key get stolen, one can question the validity of your claim.

answered Aug 30 '12 at 02:27
Blank
Kizzx2
251 points
  • Great - that's it ! :) – Grzegorz Wierzowiecki 11 years ago

0

If you live in the USA then this solution is cheap and pretty solid.

You can print out your work / copy it and send it to yourself in the mail. Once you receive the letter, don't open it until you need it! Ideally you should print out another copy to keep with the letter (ie: paper clip the two together or keep them together in a file.) Please note: the copy that is not mailed is just for self reference incase you forget what is inside it.

All letters/packages sent via the US postal service* are stamped with a date as well as which post office the letter was processed at. Since the US postal service is a federal organization, it carries a lot of weight in court. Just make sure to seal the letter up nicely and keep it in a safe place until you need it.

*all letters and packages that I've seen from the US postal service anyway

answered Sep 12 '12 at 08:31
Blank
Logan Besecker
158 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Copyright Intellectual Property