I know I should probably know this. but give this usecase can someone please advise me if this is possible and how I would go about it.
I write something for someone, for example an article.
I am not a paid employee or under any form of contract.
This mean in most places I automatically get the copyright to the work.
I want to sign this right over to someone else without revealing my full name.
My Idea so far is
- write the text, and sign it with a zcash privkey
- send a nominal amount of zec to the person who I want to have copyright with the note field being the hash of the text.
The other party can now prove that the person who wrote the document signed it with a private key (this can include the copyright change of ownership), the same private key signs the transaction and note with the hash of the signed message, giving ownership over.
Now, no one knows what text was sent, therefore providing data privacy. Should a copyright challenge appear either myself or the other party can prove our involvement and who the copyright holder is. because of the strong cryptography.
The new copyright holder can prove they own the copyrighted works to anyone without revealing my identity and when they got that copyright because it will be a transaction on the blockchain.
Am I making this overly complicated?
would this even work?
Can anyone think of a better way of doing this?