Y
Hacker News
new
|
ask
|
show
|
jobs
by
REPLicated2
2254 days ago
Depending on your viewpoint, this may actually be a boon for reverse engineering efforts to counter planned obsolescence.
1 comments
segfaultbuserr
2254 days ago
Yes. Unfortunately, it's a double-edged sword. The same technology is needed for the FOSS community to create secure hardware.
link
snvzz
2254 days ago
Security through obscurity? Nah.
link
loeg
2254 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
2254 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
2254 days ago
This mechanism also included an HMAC, responsible for authenticating the bitstream. That's useful even if the bitstream is public knowledge.
link