The phrase you provided corresponds to the security principle known as **Economy of Mechanism**. This principle advocates for the design of security measures (both in hardware and software) to be as simple and small as possible. The idea is that simpler mechanisms are easier to understand, easier to test for vulnerabilities, and therefore easier to make secure.
Here's a brief explanation of the other principles you mentioned:
1. **Fail-safe


