Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给我一个例子,说明如何在为软件设计安全组件时应用强链接 - 弱链接原则。软件安全中是否存在这样的“弱”模块概念,如果发生攻击,这些模块将首先故意失败,并确定攻击者无法访问和破坏任何其他更敏感的数据?
可能意外发生的一件事是在字典攻击下失败(如 DoS)。通常你会想要节流,我猜这是弱模块的一个较弱版本。