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)
