HTTPS yra HTTP apsaugotas su TLS šifravimu — jis šifruoja duomenis tarp naršyklės ir serverio, apsaugodamas juos nuo pasiklausymo ir keitimo, ir patvirtina serverio tapatybę. Tai yra būtina bet kuriai svetainei, tvarkančiai jautrius duomenis (ir dabar standartinis visoms svetainėms).
Ką HTTPS suteikia
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)
