3 Qs · 2016–2017 · 5 marks · 0.2 marks/paperStandard yield
Network Security in GATE CS is tested primarily through core concepts of public-key cryptography, digital signature protocols, and cryptographic attacks. Questions focus on the mec… Guide
Topic guide
Network Security in GATE CS is tested primarily through core concepts of public-key cryptography, digital signature protocols, and cryptographic attacks. Questions focus on the mechanics of asymmetric encryption (specifically RSA key generation and modular arithmetic) and the correct application of private/public keys for digital signing, message digests, and vulnerability analysis.
RSA Key Computation
common · NAT · 2 marks · 2017
Given two prime numbers and along with the public exponent , compute Euler's totient function and determine the private key decryption exponent via the modular multiplicative inverse .
Digital Signature Scheme & Protocol Correctness
common · MCQ · 2 marks · 2016
Identify the standard symbolic representation of a message accompanied by its digital signature, testing whether signing requires encrypting the hash digest with the sender's private key versus other permutations of keys.
Cryptographic Attacks & Collision Vulnerabilities
occasional · MCQ · 1 marks · 2017
Evaluate scenarios where attackers (sender, receiver, or third party) attempt specific cryptographic attacks (such as Birthday attack vs. Preimage attack) against signed messages or hash digests.
Euler's Totient Function for RSA Modulus
Used when calculating the totient modulus for finding private exponent in an RSA cryptosystem with distinct primes and .
Modular Multiplicative Inverse for RSA Private Key
Used to compute the private key exponent given public exponent and .
Digital Signature Generation
Used to construct an authenticatable message package using a cryptographic hash function and sender's private key.
Questions moved from purely identifying digital signature notation to deeper conceptual attack models (distinguishing birthday collision capabilities) and computational RSA key derivation.
2017, 2016
Easy questions ask for standard digital signature notation or basic RSA arithmetic with small prime numbers. Medium questions test nuanced differences between collision attacks and preimage attacks in the context of signature generation and message replacement.