|
|
|
|
|
by lxgr
723 days ago
|
|
For signatures? That would defeat the entire point, unless you also sign the new key using your old key and attach that signature (and then you're back to square one). Or do you mean you'd pre-exchange all these public keys? That would work, but be practically pretty tedious. I wonder if there's a way to do better using hierarchical public keys? I think there's a way to derive child public keys without having the corresponding private key. |
|
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.