PersonasSecurity EngineerSecurity EngineerPersonaImplements security controls while minimizing energy overhead and resource consumption.2 patternsRequirementsEncrypt what is necessaryData protection through encryption is a crucial aspect of our security measures. However, the encryption process can be resource-intensive at multiple levels.DevelopmentTerminate TLS at border gatewayTransport Layer Security (TLS) ensures that all data passed between the web server and web browsers remain private and encrypted. However, terminating and re-establishing TLS increases CPU usage and might be unnecessary in certain architectures.