HTTPS je HTTP zavarovan s TLS šifriranjem — šifrira podatke med brskalnikom in strežnikom, jih ščiti pred prisluškavanjem in spremembo ter preveri identiteto strežnika. Nujno je za vsako spletno mesto, ki upravlja občutljive podatke (in je zdaj standard za vsa spletna mesta).
Kaj HTTPS zagotavlja
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)
