Codebusters Cryptography Theory and History 1 — Questions and Answers
Question 1: Who is known as the "father of modern cryptography"?
- Julius Caesar
- Claude Shannon (Correct answer)
- Alan Turing
- Auguste and Louis Lumière
Correct answer: Claude Shannon
Claude Shannon is widely recognized as the 'father of modern cryptography' due to his foundational work in information theory. His seminal 1949 paper, 'Communication Theory of Secrecy Systems,' established the theoretical basis for cryptography, introducing key concepts like perfect secrecy and diffusion that are still fundamental today.
Question 2: Which of the following is a classic example of a substitution cipher?
- Caesar cipher (Correct answer)
- Vigenère cipher
- Enigma machine
- RSA encryption
Correct answer: Caesar cipher
A substitution cipher replaces each letter of the plaintext with a different letter or symbol. The Caesar cipher is a simple form of this, where each letter in the plaintext is shifted a certain number of places down or up the alphabet to produce the ciphertext. This direct one-to-one letter replacement makes it a quintessential example of a substitution cipher.
Question 3: What is the primary purpose of the Enigma machine during World War II?
- To create unbreakable codes
- To break enemy ciphers
- To encode and decode secret messages (Correct answer)
- To monitor enemy communications
Correct answer: To encode and decode secret messages
The Enigma machine was an electro-mechanical rotor cipher machine primarily used by Nazi Germany during World War II. Its main purpose was to encrypt and decrypt secret military communications, ensuring that sensitive information could be transmitted securely and remain unreadable if intercepted by enemy forces.
Question 4: In the RSA encryption algorithm, which of the following is used as the public key?
- The private key
- The exponent and modulus (Correct answer)
- The encryption key
- The cipher text
Correct answer: The exponent and modulus
In the RSA encryption algorithm, the public key consists of two numbers: the public exponent (e) and the modulus (n). These two values are openly shared and used by anyone to encrypt a message, while the corresponding private key (which includes the private exponent d and the same modulus n) is kept secret for decryption.
Question 5: Which ancient civilization is credited with using one of the earliest known cryptographic techniques, the "scytale cipher"?
- Ancient Egypt
- Ancient Greece (Correct answer)
- Ancient Rome
- Ancient China
Correct answer: Ancient Greece
The scytale cipher is one of the oldest known cryptographic methods, famously used by the Spartans of Ancient Greece. It involved wrapping a strip of parchment around a cylinder of a specific diameter, writing the message along the cylinder, and then unwrapping it, making the message appear as a jumble of letters unless wrapped around a cylinder of the exact same diameter.
Who is known as the "father of modern cryptography"?