Which cryptographic technique ensures data integrity by generating a…
Which cryptographic technique ensures data integrity by generating a fixed-length output?
कौन-सी क्रिप्टोग्राफिक तकनीक निश्चित लंबाई (fixed-length) का आउटपुट उत्पन्न करके डेटा की अखंडता (data integrity) सुनिश्चित करती है?
Answer: B. Hashing हैशिंग — Hashing is a cryptographic technique that converts data into a fixed-length output called a hash value. It is used to ensure data integrity because even a…
- A.
Encryption
एन्क्रिप्शन
- B.
Hashing
हैशिंग
- C.
Decryption
डिक्रिप्शन
- D.
Compression
कंप्रेशन
Attempted by 217 students.
Show answer & explanation
Correct answer: B
Hashing is a cryptographic technique that converts data into a fixed-length output called a hash value. It is used to ensure data integrity because even a small change in the input data produces a completely different hash.
Hashing एक cryptographic तकनीक है जो डेटा को एक निश्चित लंबाई (fixed-length) के output में बदल देती है जिसे hash value कहते हैं। इसका उपयोग data integrity सुनिश्चित करने के लिए किया जाता है क्योंकि इनपुट डेटा में थोड़ा सा बदलाव होने पर भी hash पूरी तरह बदल जाता है।