this post was submitted on 14 Mar 2025
482 points (100.0% liked)

Comic Strips

15352 readers
1195 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 2 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 week ago (2 children)

A verifiable signature could be created but the use of public keys lets malicious actors to sign using the same key

[–] [email protected] 13 points 1 week ago

You can't use public keys to sign anything. You need the private one.

[–] [email protected] 4 points 1 week ago

This seems to be a gross misunderstanding of public key cryptography. Public keys allow you to verify an existing signature is valid and made by the correct entity, but they absolutely don't allow you to forge a signature: that's actually what they are designed to prevent.