Y
Hacker News
new
|
ask
|
show
|
jobs
by
segfaultbuserr
2256 days ago
Yes. Unfortunately, it's a double-edged sword. The same technology is needed for the FOSS community to create secure hardware.
1 comments
snvzz
2256 days ago
Security through obscurity? Nah.
link
loeg
2256 days ago
This was security through a cryptographic design. It was just a broken design. If you consider confidential symmetric or privkeys "obscurity," sure, all crypto is obscurity.
link
snvzz
2256 days ago
There's no need to encrypt the keys as you hardcode them into the FPGA, if you control the hardware as you do this.
I certainly don't see how anything FOSS would be affected, and would appreciate concrete examples.
link
johncolanduoni
2255 days ago
This mechanism also included an HMAC, responsible for authenticating the bitstream. That's useful even if the bitstream is public knowledge.
link