|
|
|
Ask HN: Are there good reasons to not open-source voting machine software
|
|
9 points
by ferros
2036 days ago
|
|
Hi all, I wish to keep this apolitical and focus strictly on the technology from our perspective as developers/technologists. If voting software and machines were government owned and they wished to open source the software for the sake of transparency - would there be any good reason not to do this? There would no doubt be some benefits to making the code publicly accessible, a lot of which we see from the open source world already. Are there any risks that would outweigh some of the benefits of open-sourcing or making code visible? I’m trying to counterbalance the argument for open source code. |
|
The only reason to keep the source private is for obscurity. Making it harder to hack. It's not a good reason though. For things with high value and motivation to hack, hiding the source doesn't do much. The final compiled code can be treated as "source", read and understood, then hacked.