Vinen
God is dead
- 2,791
- 497
Security by obscurity is an excellent solution.Man I gotta say dealing with writing code around security in firmware is absolutely bullshit. I have to write some stuff about self-encrypting drives and the things we need to do to make it 'right' are absurd. And there's no documentation on any of this shit because they don't want it to get into the wrong hands, so you basically piece it together through their code or put in a request and wait months for an answer. I mean, I can see your key right there in plain text in the code, but you won't give me documentation on the protocol you use to access the disk.
The reason hardware firmware is hacked less is it tends to be behind a DMZ and deep in nested security zones.