HTTPS is HTTP atá socraithe le criptiúchán TLS — criptiúitear na sonraí idir an brabhsálaí agus an freastalaí, á dhíon ó bhreacadh agus ó mhilleadh, agus deimhnítear céannacht an fhreastalaí. Tá sé riachtanach do aon suíomh a dhéileálann le sonraí íogaire (agus anois caighdeánach do gach suíomh).
Cad a sholáthraíonn 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)
