logoalt Hacker News

yupyupyupstoday at 1:27 AM3 repliesview on HN

Something helpful here would be to enable developers to optionally identify themselves. Not Discord-style where only the platform knows their real identity, but publically as well.


Replies

grueztoday at 3:26 AM

So, EV code signing certificates? Windows has that, and it'll verify that right in the OS. Git for instance, shows as being signed by

CN = Johannes Schindelin O = Johannes Schindelin S = Nordrhein-Westfalen C = DE

Downside is the cost. Certificates cost hundreds of dollars per year. There's probably some room to reduce cost, but not by much. You also run into issues of paying some homeless person $50 to use their identity for cyber crimes.

show 2 replies
dcrazytoday at 3:43 AM

This is what macOS codesigning does. Notarization goes one step further and anchors the signature to an Apple-owned CA to attest that Apple has tied the signature to an Apple developer account.

show 1 reply
morkalorktoday at 3:47 AM

You don't think bad actors don't have access to entire countries worth of stolen identities to use for supply chain attacks?

show 1 reply