HTTPS هي HTTP مؤمنة بـ تشفير TLS — تقوم بتشفير البيانات بين المتصفح والخادم، وحمايتها من التنصت والتلاعب، والتحقق من هوية الخادم. وهي ضرورية لأي موقع يتعامل مع بيانات حساسة (وأصبحت الآن معياراً لجميع المواقع).
ما توفره 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)
