[Help] Do ECDSA signatures convey signers' infomation? #2963
DisableAsync
started this conversation in
General
Replies: 1 comment 14 replies
-
A signature is a binding between a message and a public key. So if you can verify the signature, you know that that particular public/private key pair was used to generate it. But that doesn't convey any real world identity, in and of itself - a public key is basically just a sequence of bits. Usually a public key <-> real world identity binding is conveyed in something like an X.509 certificate. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assuming the signatures always come with their corresponding signed data. Can we find out who signed the data?
Beta Was this translation helpful? Give feedback.
All reactions