|
|
|
|
|
by lxgr
733 days ago
|
|
Ownership of the private key proves exactly ownership of the private key. Sometimes that means you're trusted to make certain statements (e.g. about value transfers in the case of cryptocurrencies); other times that means you can identify yourself in some scheme. What you definitely can't do with that by itself is prove that you are the author of a message signed with a given key, because anybody else could just sign the same original message with their key, and then send a follow-up message using that same key. How'd anyone know which message, and by extension which key, is the real one? You need some extra infrastructure to pseudonymously prove authorship, e.g. a secure timestamping service. |
|
In this situation, ownership of the private key is proof you could have written the message (and no one else could have, unless the key was compromised).
Which from the point of de-anonymizing yourself intentionally is more than good enough.
If you copy and pasted the original from someone else, that doesn’t matter in this situation no? You still ‘reposted’ it as your own.
Since the scenario is someone going after the authors of a post. Or someone who posted showing they were the ones who did the post.
Any timestamps would be provided by the forum the posts are in.