HTTPS HTTP ہے جو TLS encryption کے ساتھ محفوظ ہے — یہ براؤزر اور سرور کے درمیان ڈیٹا کو encrypt کرتا ہے، اسے eavesdropping اور tampering سے محفوظ رکھتا ہے، اور سرور کی شناخت کی تصدیق کرتا ہے۔ یہ کسی بھی ایسی سائٹ کے لیے ضروری ہے جو حساس ڈیٹا سے نمٹتی ہے (اور اب تمام سائٹس کے لیے معیاری ہے)۔
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)
