एसएसएल

सिक्योर सॉकेट लेयर

एसएसएल का संक्षिप्त रूप है सिक्योर सॉकेट लेयर.

एचएमबी क्या है? सिक्योर सॉकेट लेयर?

A cryptographic protocol designed to provide secure communication over the internet. It has been largely replaced by its successor, टीएलएस (Transport Layer Security), but the term एसएसएल is still widely used to refer to both protocols. SSL provides three essential security properties:

  • गोपनीयता: क्लाइंट और सर्वर के बीच आदान-प्रदान किया गया डेटा एन्क्रिप्ट किया गया है, जो अनधिकृत पार्टियों को इसे पढ़ने से रोकता है।
  • अखंडता: SSL uses message authentication codes to detect if the data has been altered in transit.
  • प्रमाणीकरण: The server’s identity is verified through its SSL certificate, ensuring the client communicates with the intended server.

एसएसएल कैसे काम करता है

  1. हाथ मिलाना: When a client (e.g., a web browser) connects to a server (e.g., a website), they initiate a handshake process. The client sends a message to the server, specifying the version of SSL it supports and a list of cryptographic algorithms it can use.
  2. सर्वर प्रमाणपत्र: The server responds with its SSL certificate, which contains the server’s public key and other identifying information. This certificate is typically issued by a trusted third-party Certificate Authority (CA) जो सर्वर की पहचान को सत्यापित करता है।
  3. प्रमाणपत्र सत्यापन: क्लाइंट सर्वर के प्रमाणपत्र को यह जांच कर सत्यापित करता है कि क्या कोई विश्वसनीय सीए इसे जारी करता है और क्या प्रमाणपत्र का होस्टनाम सर्वर के होस्टनाम से मेल खाता है। यह चरण सुनिश्चित करता है कि क्लाइंट इच्छित सर्वर के साथ संचार कर रहा है, न कि किसी धोखेबाज़ के साथ।
  4. मुख्य विनिमय: यदि प्रमाणपत्र वैध है, तो क्लाइंट एक यादृच्छिक सत्र कुंजी उत्पन्न करता है, इसे सर्वर की सार्वजनिक कुंजी (प्रमाणपत्र से प्राप्त) का उपयोग करके एन्क्रिप्ट करता है, और इसे सर्वर पर भेजता है। केवल सर्वर अपनी निजी कुंजी का उपयोग करके इस संदेश को डिक्रिप्ट कर सकता है, यह सुनिश्चित करते हुए कि सत्र कुंजी सुरक्षित रहे।
  5. सुरक्षित संचार: The client and server can communicate securely with the session key established. They use the session key to encrypt and decrypt all the data exchanged between them, preventing eavesdropping and tampering.
  6. सत्र का अंत: जब संचार पूरा हो जाता है, तो सत्र समाप्त कर दिया जाता है, और सत्र कुंजी को हटा दिया जाता है।

SSL is commonly used to secure websites (HTTPS), ईमेल संचार (SMTPS, IMAPS), and other applications that require secure data transmission over the internet.

  • संक्षिप्त: एसएसएल
शीर्ष पर वापस करने के लिए बटन
समापन

पता लगाया गया

Martech Zone आपको यह सामग्री बिना किसी लागत के प्रदान करने में सक्षम है क्योंकि हम विज्ञापन राजस्व, संबद्ध लिंक और प्रायोजन के माध्यम से अपनी साइट से कमाई करते हैं। यदि आप हमारी साइट देखते समय अपना विज्ञापन अवरोधक हटा देंगे तो हम आभारी होंगे।