|
|
|
|
|
by lazide
723 days ago
|
|
Except it doesn’t. You can still verify the message was signed by the generated (and attached) key, and no other. Aka verify integrity. If the goal is to be anonymous, then being able to verify it was signed by a given individual is of course fundamentally undesirable no? You fundamentally can’t be able to both verify a given individual signed something AND have who signed something be actually anonymous. At best you can obfuscate or attempt to hide who signed it, but if you have a candidate you can check. Which means they aren’t really anonymous. Just not immediately identifiable. If you have a suspect, you can still nail them. If you generate a new pub/private key pair per post, if desired the poster could retain the private key and still prove they wrote it later - while not being otherwise identifiable if they wanted to remain anonymous. |
|
Digital signatures can't prove authorship that way, though. If I write a message m to you, you can be certain that I sent you that message, but not that I was the one who originally wrote it.
> You fundamentally can’t be able to both verify a given individual signed something AND have who signed something be actually anonymous.
Exactly: Signatures without any concept of signer identity don't make sense.