Security

Defense in Depth

Description

A layering tactic, conceived by the NSA as a comprehensive approach to information and electronic security.

Where to use

  • Robust security.

Real World Example

Firewall -> WAF -> App Auth -> Database Encryption.

Code Example

class DefenseinDepth:\n    def __init__(self):\n        pass\n\n    def execute(self):\n        print('Executing Defense in Depth')