Encryption in-transit
MD
S
MarkdownGuidance for implementing data encryption during network transmission to protect sensitive information from interception and unauthorized access.
Introduction - 5 Stage Flow for HTTPS Data Transfer (after request)
1 - it starts at-rest (db), 2 - changes to in-use (server memory) 3 - changes to in-transit (HTTP/TCP) * use SSL/TLS/HTTPS certificate 4 - changes to in-use (browser memory) 5 - changes to at-rest (browser cache)
Created on 2/24/2020