HTTPS este HTTP securizat cu criptare TLS — criptează datele între browser și server, protejând-le de ascultare și modificare neautorizată, și verifică identitatea serverului. Este esențial pentru orice site care gestionează date sensibile (și acum este standard pentru toate site-urile).
Ce oferă HTTPS
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)
