Other Public Key Cryptosystems in hindi

Other Public Key Cryptosystems in hindi:-

यह सबसे शुरुआती और सरल PKCS में से एक के विवरण के साथ शुरू होता है: डिफी-हेलमैन कुंजी एक्सचेंज। फिर एक अन्य critical plan, ElGamal PKCS को देखता है। इसके बाद, हम तेजी से महत्वपूर्ण PKCS को देखते हैं जिसे Elliptic Curve Cryptography के रूप में जाना जाता है। अंत में, pseudo random number generation के लिए public key algorithm के उपयोग की जांच की जाती है।

Key points:-

• एक साधारण public key algorithm Diffie-Hellman key exchange है।  यह प्रोटोकॉल दो उपयोगकर्ताओं को discrete logarithm के आधार पर एक public key scheme का उपयोग करके एक Pre-Shared Key स्थापित करने में सक्षम बनाता है।  प्रोटोकॉल तभी सुरक्षित होता है जब दो participants की authenticity स्थापित की जा सके।
• Elliptic Curve Arithmetic का उपयोग विभिन्न प्रकार के Elliptic Curve Cryptography (ECC) Schemes को विकसित करने के लिए किया जा सकता है, जिसमें प्रमुख एक्सचेंज, एन्क्रिप्शन और डिजिटल हस्ताक्षर शामिल हैं।
• ECC के purposes के लिए, Elliptic Curve Arithmetic में एक finite field पर परिभाषित elliptic curve equation का उपयोग शामिल है। समीकरण में coefficient और variable एक finite field के element हैं। Zp और GF(2m) का उपयोग करने वाली schemes विकसित की गई हैं।

Other Public Key Cryptosystems:-

• Diffie-Hellman Key Exchange
• Elgamal Cryptographic System
• Elliptic Curve Arithmetic
• Elliptic Curve Cryptography
• Pseudorandom Number Generation Based on an Asymmetric Cipher

टिप्पणियाँ