HTTPS é HTTP protegido com criptografia TLS — ele criptografa dados entre o navegador e o servidor, protegendo contra espionagem e manipulação, e verifica a identidade do servidor. É essencial para qualquer site que manipule dados sensíveis (e agora é padrão para todos os sites).
O que HTTPS fornece
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)
