HTTPS je HTTP zabezpečený pomocí TLS šifrování — šifruje data mezi prohlížečem a serverem, chrání je před odposlechem a manipulací a ověřuje identitu serveru. Je nezbytný pro jakýkoli web, který zpracovává citlivá data (a nyní je standardem pro všechny weby).
Co HTTPS poskytuje
HTTPS = HTTP over TLS (Transport Layer Security). It provides:
✓ ENCRYPTION → data in transit is encrypted → eavesdroppers can't read it (passwords,
data, cookies are protected on the network)
✓ INTEGRITY → data can't be tampered with in transit (detect modification)
✓ AUTHENTICATION → verifies the server's identity (via certificates) → you're talking
to the real site, not an impostor (prevents man-in-the-middle)
