Hacker News new | ask | show | jobs
by ohazi 1432 days ago
No, this would not work.

Even if they released absolutely everything, there's no way to verify that the chips they actually make and sell conform to a design that they release without inspecting the actual chip. If you're really paranoid, you'd have to inspect every chip, and that's usually a destructive operation.

1 comments

And the fab, or a rogue employee, or anyone/anything on the critical path to manufacturing, could decide to alter the design. Eg Stuxnet style where a worm gets in the fab via a contaminated usb key, a 3rd party could get to airgapped systems. With a sufficiently advanced attack, not Intel, not the fab, no one would know that a backdoor has been put in except the attacker himself.

And here's the million dollar idea, to verify you'd need to destructively inspect your chips at EOL to verify you haven't been screwed over. Anyone wants to start a business?

> And here's the million dollar idea, to verify you'd need to destructively inspect your chips at EOL to verify you haven't been screwed over. Anyone wants to start a business?

it only protects against backdoor injection by the fab (or the company that produces your masks)

And there are other solutions such as logic-locking.

The idea of logic-locking is to add XOR gates (or a more complex type of gate) to the circuit on well-chosen logic paths. To make the circuit behave correctly, it's required to know the value to be sent to each inserted XOR. These values may be generated by an RNG circuit that is seeded by a secret key.

At manufacturing time the key is kept secret, so it's not possible for the fab to reverse engineer your circuit logic to introduce a backdoor.

Once production is complete, the key is loaded into circuits for sale