Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Keys Not Included: recovering the signing keys for US driver's license barcodes(ryan.science ↗)
    9comments
  2. Nvidia announces native GPU programming in Rust(nvidia.com ↗)
    153comments
  3. Training a 4B model to produce 81% faster query plans than Postgres(rohanbansal.com ↗)
    91comments
  4. Xiaomi Mimo 2.6 live post-training dashboard(xiaomi.com ↗)
    83comments
  5. DeepSeek-v4.1 Flash: Pushing the Limits of KV Cache Compression(zartbot.github.io ↗)
    6comments
  6. Backups Aren't Simple(filipovski.net ↗)
    65comments
  7. Breaking the 1.58-bit Barrier for Ternary LLMs(arxiv.org ↗)
    21comments
  8. ASCII City(asciicity.live ↗)
    2comments
  9. Developing provably correct Rust code with Verus(amazon.science ↗)
    5comments
  10. Small programming tricks(will-keleher.com ↗)
    196comments
  11. The engineering behind the US Strategic Petroleum Reserve(johnjwang.com ↗)
    53comments
  12. A 32-Year-Old Bug Walks into a Telnet Server(watchtowr.com ↗)
    discuss
  13. OpenSpec – A lightweight and configurable AI spec framework(openspec.dev ↗)
    37comments
  14. The Return of Sail Power: Cargo Ships Are Turning Back to the Wind(gcaptain.com ↗)
    16comments
  15. Performance Improvements in .NET 11(devblogs.microsoft.com/dotnet ↗)
    39comments
  16. Reversing Factorio's RNG(gegell.github.io ↗)
    21comments
  17. Part-human part-mouse brain developed in science breakthrough(bbc.com ↗)
    7comments
  18. Pangram – AI detector for text and images(pangram.com ↗)
    12comments
  19. HarnessTax: How Much Does the Harness Matter for Coding Agents?(harnesstax.github.io ↗)
    20comments
  20. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    240comments
  21. Japan's book scene is moving from bookstores to libraries(untranslatedjp.substack.com ↗)
    53comments
  22. AWS says it can't restore some data from mideast facilities struck by Iran(wsj.com ↗)
    235comments
  23. Mapsnap: Automated Georeferencing for Historic Sanborn Insurance Maps(danvk.org ↗)
    1comments
  24. Anecdotally, programmers dislike "reduce"(evanhahn.com ↗)
    177comments
  25. Reverse-engineered Jev-like model(github.com/vinnylarouge ↗)
    14comments
  26. Why Does the Universe Expand?(cosmicave.org ↗)
    28comments
  27. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    49comments
  28. Anatomy of a Texture(agentlien.github.io ↗)
    14comments
  29. Monsanto's Cruel, and Dangerous, Monopolization on American Farming (2008)(vanityfair.com ↗)
    6comments
  30. The DeepMind Institute(deepmind.com ↗)
    52comments

Keys Not Included: recovering the signing keys for US driver's license barcodes

44 pointsby 1h agoryan.science
10 comments
24m agoHN ↗

I come to HN to learn things I never realized I wanted to know.

24m agoHN ↗

At the time of this writing, the subtitle of the submission here on HN is

  recovering the signing keys for US driver's license barcodes

Notably, this subtitle doesn't appear on the blog post.

Anyway. I only see claims that the public key can be determined from license barcodes, not that a signing key can be determined. What am I missing or misunderstanding?

To head off one potential retort: While it's true that one can use a public key to encrypt data for the recipient that has the private half of that key or verify that data has been signed by the possessor of the private half of that key, I'm almost 100% certain that it's not possible to use that public key to sign data would validate to other folks as being signed by the private half of that key. It has been more than a decade since I've thought about any of this, but isn't the entire point of public-key cryptography that the public part can be distributed to your worst enemy without causing you any trouble at all?

21m agoHN ↗

Yes. The subtitle is wrong. He recovers the public key, due to the way EDCSA signing works.

7m agoHN ↗

Yup. The person who submitted this to HN is probably way less knowledgeable on this topic than the writer of the article. The article clearly labels the recovered keys as “recovered public keys” at the top.

17m agoHN ↗

That's really neat! Seems potentially adaptable to paper currency--a verifiable QR code digital signature of the bill's serial number creates a cryptographically hard obstacle to counterfeiting!

14m agoHN ↗

All of this is nearly pointless unless the photo itself is in the barcode and also signed. You only need a leak of a few hundred real IDs to cover all of the identifiable characteristics (hair, eye, skin color, approx height and weight). Leak a few hundred thousand a year and now you can’t even flag leaked IDs without some false positives.

A fake photo plus a valid barcode will pass any current check right? Unless you still do a secondary proprietary photo lookup that I don’t think exists.

10m agoHN ↗

I had a fake ID, and it being scannable was a huge selling point. Convenience stores all scan, and don't seem to care if you look underage. I was only turned down two or three times, usually at bars and restaurants.

1m agoHN ↗

The other thing I remember was California fakes folding in half and not breaking

5m agoHN ↗

It baffles that people think it's a bad thing to disclose a public key. That's their purpose actually. Sure we now have the post quantum computer threat, and some state actors are harvesting keys, but quantum computer is going to disrupt so much, that Id verification won't even matter really.