CNS QUESTION 2024
CNS QUESTION 2024
Define Hash function (APRIL/ MAY 2018) A function that maps a message of
any length into a fixed length hash value, which serves as the authenticator
What is meant by Message Authentication? Message Authentication is a
mechanism or service used to verify the integrity of a message. Message
authentication assures that data received are exactly as sent by (i.e., contain no
modification, insertion, deletion, or replay) and that the purported identity of
the sender is valid.
What is the difference between public key and private key cryptosystem?(APR2012, NOV2011)
Conventional(privatekey) Encryption Public key Encryption
1. Same algorithm with same key used 1. Same algorithm is used used for
for encryption and decryption. encryption & decryption with a pair of
keys.
2. Sender & receiver must share the 2. Sender & re ceiver have one of. the
algorithm and key matched pair keys
3. Key must be kept secret. 3. Any one of the key must bekept
secret.
Define Counter (CTR). In Counter (CTR) mode each block of plaintext is XOR ed with an encrypted counter. The
counter is incremented for each subsequent block
What is an elliptic curve? (DEC 2016) It is a plane algebraic curve defined by an equation of the form y2 = x3 +ax +b
that is non-singular also graph has no cusps or self intersections.
Define Digital signature. A digital signature is an authentication mechanism that enables the creator of a message to
attach a code that acts as a signature. Typically the signature is formed by taking the hash of the message and
encrypting the message with the creator’s private key. The signature guarantees the source and integrity of the
message
5M
Explain about MD5 in detail.
10 m
Explain in detail about DES and Triple DES.