Simplifying Software Security
One way to simplify software security is to keep the system simple. The Unix philosophy teaches that software tools should do one thing well. In this article, I’ll explain tactics for keeping systems simple. You can also keep them simple by using minimal design and modularity. There’s nothing worse than having multiple pieces of software […]