What fundamental mathematical concept ensures that reversing a standard cryptographic hash function is practically impossible?
- Quadratic formula
- One way function
- Exponential decay
- Linear equation
Explanation: A one-way function is a mathematical operation that is easy to compute in one direction but practically impossible to invert without secret information.
What random data is appended to passwords before hashing to actively defend against rainbow table attacks?
Explanation: A salt is unique random data added to a password before hashing, ensuring that identical passwords result in completely different hashes.
The legendary World War II 'Enigma machine' dynamically scrambled communications by utilizing which specific, highly complex physical mechanism?
- Punch cards
- Vacuum tubes
- Rotor mechanism
- Silicon transistors
Explanation: The Enigma machine was an electro-mechanical device that used a complex series of rotating wheels (rotors) to constantly alter the electrical substitution pathways for each typed letter.
In a Public Key Infrastructure (PKI), what type of key is strictly used by the sender to digitally sign a document?
- Receiver's private key
- Sender's public key
- Sender's private key
- Receiver's public key
Explanation: A digital signature is created using the sender's private key, which allows anyone with the sender's public key to verify its authenticity.
Which operating mode is considered highly insecure for block ciphers because identical plaintext blocks always produce identical ciphertext blocks?
- Electronic Codebook
- Cipher Block Chaining
- Galois Counter Mode
- Output Feedback
Explanation: Electronic Codebook (ECB) mode encrypts identical plaintext blocks into identical ciphertext blocks, inadvertently revealing data patterns.
Elliptic Curve Cryptography (ECC) is highly favored in mobile and IoT devices primarily because it requires?
- Multiple public keys
- Smaller key sizes
- Less internet bandwidth
- No private keys
Explanation: ECC provides the same level of cryptographic security as RSA but with significantly smaller key sizes, reducing processing power and memory usage.
Onion routing, which encapsulates encrypted data in multiple nested layers, is the core fundamental technology enabling which network?
- ZeroNet
- I2P network
- Tor network
- Freenet
Explanation: The Tor (The Onion Router) network routes traffic through multiple volunteer-operated nodes, peeling off layers of encryption at each hop to ensure anonymity.
The legendary 'Enigma machine', famously used for complex encryption during World War II, utilized which physical mechanism?
- Rotor mechanism
- Punch cards
- Silicon transistors
- Vacuum tubes
Explanation: The Enigma machine was an electro-mechanical rotor cipher machine used to protect commercial, diplomatic, and military communication.
What vulnerability is exploited when an attacker intercepts a valid data transmission and maliciously delays or repeats it to gain access?
- SQL injection
- Replay attack
- Dictionary attack
- Phishing attack
Explanation: A replay attack involves a hacker intercepting secure network communications and fraudulently delaying or resending them to spoof the sender's identity.
Pretty Good Privacy (PGP) is a widely utilized cryptographic program primarily used for securing what?
- Voice calls
- Email communication
- Video conferencing
- Web browsing
Explanation: PGP provides cryptographic privacy and authentication for data communication and is universally used for encrypting and decrypting emails.
Which specific component associated with a digital certificate provides a continuously updated record indicating its premature invalidation or expiration?
- Certificate Revocation List
- Public key
- Digital Signature
- Message Authentication Code
Explanation: A Certificate Revocation List (CRL) is a list published by a Certificate Authority containing digital certificates that have been revoked before their expiration date.
A cryptographic hash function is specifically mathematically designed to be highly what?
- Easily predictable
- Reversible
- Collision resistant
- Computationally slow
Explanation: A hash function should be collision-resistant, meaning it is computationally infeasible to find two different inputs that produce the exact same hash output.
A valid digital signature provides 'non-repudiation', a property which primarily prevents the original sender from doing what?
- Altering the message
- Denying the transmission
- Forwarding the message
- Resending the message
Explanation: Non-repudiation ensures that the sender of a message cannot later deny having sent the message, as their unique private key was required to sign it.
Which specific technical term refers to a cryptographic failure where two entirely different data inputs mistakenly produce the exact same output hash?
- Hash collision
- Cipher block
- Salt repetition
- Rainbow match
Explanation: A hash collision occurs when a hash function generates the same hash value for two different messages, posing a severe security vulnerability.
The cryptographic property of 'Perfect Forward Secrecy' guarantees that the future compromise of a long-term private key will not compromise what?
- Public keys
- Future session keys
- Hash values
- Past session keys
Explanation: Perfect Forward Secrecy (PFS) ensures that each session has a unique, ephemeral key, preventing attackers from decrypting past communications even if the primary server key is later stolen.
Cryptojacking is a malicious cyber attack that secretly utilizes a victim's background computing power to do what?
- Mine cryptocurrency
- Steal user passwords
- Launch DDoS attacks
- Send spam emails
Explanation: Cryptojacking is the unauthorized use of a target's computer, smartphone, or server to covertly mine cryptocurrency.
IPsec is a critical suite of cryptographic protocols primarily utilized to secure communications at which network layer?
- Data Link Layer
- Network Layer
- Application Layer
- Transport Layer
Explanation: Internet Protocol Security (IPsec) encrypts and authenticates IP packets to secure data flowing across the Network Layer of the OSI model.
Zero-Knowledge Proofs allow a verifying party to mathematically confirm that a statement is true without requiring the prover to reveal what?
- Any underlying data
- The public key
- The hash function
- The encrypted text
Explanation: Zero-knowledge proofs (ZKPs) let one party prove they know a secret value or possess a specific attribute without conveying any actual information about the secret itself.
Which advanced cryptographic technique allows computational operations to be performed directly on ciphertext without decrypting it first?
- Asymmetric cryptography
- Symmetric cryptography
- Homomorphic encryption
- Quantum cryptography
Explanation: Homomorphic encryption allows third parties (like cloud providers) to process encrypted data without ever seeing the plaintext.
Which widely used public-key cryptosystem mathematically operates entirely on the extreme difficulty of computing discrete logarithms over a finite field?
Explanation: Unlike RSA which uses integer factorization, the ElGamal encryption system is based on the Diffie-Hellman key exchange and relies on the discrete logarithm problem.
Without proper mutual authentication, the standard Diffie-Hellman key exchange is critically susceptible to which type of active attack?
- Man in middle
- Dictionary attack
- Brute force
- Rainbow table
Explanation: Since basic Diffie-Hellman does not authenticate the communicating parties, an attacker can silently intercept the exchange and establish separate shared keys with both victims.
Which prominent branch of post-quantum cryptography mathematically relies on the immense complexity of the 'shortest vector problem'?
- Hash based cryptography
- Multivariate cryptography
- Lattice based cryptography
- Code based cryptography
Explanation: Lattice-based cryptography constructs cryptographic primitives using complex grid-like mathematical structures (lattices) that quantum computers currently struggle to solve.
Unlike a simple monoalphabetic cipher, a complex polyalphabetic substitution cipher securely utilizes multiple shifting variations of what?
- Hash functions
- Public keys
- Cipher alphabets
- Block sizes
Explanation: Polyalphabetic ciphers, like the Vigenère cipher, use multiple substitution alphabets across the plaintext to actively thwart frequency analysis attacks.
Digital signatures ensure non-repudiation, making cryptographic communications strictly legally binding under which major Indian technology legislation?
- IT Act 2000
- Aadhaar Act 2016
- Data Protection Bill
- Telecom Act 2023
Explanation: The Information Technology Act 2000 gave legal recognition to electronic records and digital signatures, treating them equivalently to physical signatures.
To secure communications, VPNs typically utilize the IPsec or OpenVPN protocol to establish what specific type of digital connection?
- Local area networks
- Wireless access points
- Physical cables
- Encrypted tunnels
Explanation: VPNs establish encrypted tunnels through the public internet, ensuring that data traveling between the user and the private network cannot be intercepted.
The original Data Encryption Standard (DES) algorithm utilized a symmetric key with an effective length of how many bits?
- 256 bits
- 56 bits
- 64 bits
- 128 bits
Explanation: DES used a 64-bit key, but 8 bits were used solely for parity checking, making the effective cryptographic key length only 56 bits.
Which emerging algorithmic category is being specifically designed to securely resist attacks from future quantum computers?
- Elliptic curve algorithms
- Post quantum cryptography
- DES algorithms
- RSA algorithms
Explanation: Post-quantum cryptography refers to cryptographic algorithms that are thought to be secure against a cryptanalytic attack by a quantum computer.
Which term describes the practice of concealing a secret message, file, or image within another seemingly ordinary file?
- Steganography
- Salting
- Obfuscation
- Hashing
Explanation: Steganography hides the very existence of the message within another medium, unlike cryptography which scrambles the message.
A fundamental characteristic of any robust cryptographic hash algorithm is that it mathematically functions entirely as a?
- Linear equation
- Exponential decay
- Quadratic formula
- One way function
Explanation: A cryptographic hash is a one-way function; it is computationally trivial to generate the hash from the data, but practically impossible to recreate the data from the hash.
In symmetric key cryptography, how many distinct keys are required for secure two-way communication between parties?
- Two distinct keys
- Four distinct keys
- Three distinct keys
- One single key
Explanation: Symmetric encryption uses the exact same key for both encryption and decryption, requiring it to be kept entirely secret.
Which crucial electronic component legally and technically binds a public key to an individual's identity?
- Private key
- Digital certificate
- Hash value
- Digital signature
Explanation: A digital certificate is an electronic document issued by a Certificate Authority that proves the ownership of a public key.
Which dedicated hardware component securely stores cryptographic keys and performs hardware encryption operations directly on a motherboard?
- Trusted Platform Module
- CPU cache
- Network interface
- GPU memory
Explanation: A Trusted Platform Module (TPM) is a specialized chip on an endpoint device that stores RSA encryption keys specific to the host system for hardware authentication.
In network cryptography, the primary, distinct function of a Message Authentication Code (MAC) is to independently verify what?
- Key generation
- Algorithm selection
- Data integrity
- Data confidentiality
Explanation: A MAC is a cryptographic checksum used to confirm that a message has not been altered during transmission, ensuring data integrity and authenticity.
In the context of robust hardware-level data encryption, what does the storage acronym SED commonly stand for?
- Symmetric Electronic Data
- Self Encrypting Drive
- Standard Encryption Device
- Secure Enterprise Data
Explanation: A Self-Encrypting Drive (SED) utilizes integrated hardware to continuously and transparently encrypt all data written to the magnetic or solid-state media.
The widely implemented Secure Hash Algorithm (SHA-256) outputs a fixed digital hash value of what exact length?
- 1024 bits
- 256 bits
- 512 bits
- 128 bits
Explanation: SHA-256 (Secure Hash Algorithm 256-bit) mathematically processes data to output a unique, fixed-size 256-bit (32-byte) hash.
A Virtual Private Network (VPN) securely connects remote networks over a public network primarily by establishing what?
- Local area networks
- Encrypted tunnels
- Wireless access points
- Physical cables
Explanation: A VPN creates a secure, encrypted data tunnel between your device and the VPN server, hiding your online activity and location.
Which encryption standard officially replaced DES after it became vulnerable to modern brute-force attacks?
- Diffie Hellman
- SHA Hash
- AES Standard
- RSA Algorithm
Explanation: The Advanced Encryption Standard (AES) replaced the Data Encryption Standard (DES) in 2001 as the secure standard for symmetric-key cryptography.
Which specific protocol ensures secure, encrypted communication over a computer network, forming the backbone of secure web browsing?
Explanation: Transport Layer Security (TLS), the successor to SSL, is the primary cryptographic protocol used to secure HTTPS web traffic.
Which trusted entity is explicitly responsible for issuing, revoking, and managing digital certificates in a PKI ecosystem?
- Certificate Authority
- Validation Authority
- Network Router
- Registration Authority
Explanation: A Certificate Authority (CA) is a trusted third-party organization that issues digital certificates to verify the identity of entities.
Which theoretically unbreakable cryptosystem strictly requires the perfectly secure, physical exchange of a completely random, single-use key?
- Vernam cipher
- Elliptic curve
- AES standard
- RSA algorithm
Explanation: The Vernam cipher, or one-time pad, offers perfect secrecy if the key is truly random, used only once, kept completely secret, and is exactly as long as the plaintext.
Quantum Key Distribution (QKD) relies fundamentally on which quantum physics principle to detect network eavesdropping?
- Measurement alters state
- Prime number theorem
- Quantum superposition
- Integer factorization
Explanation: According to quantum mechanics, measuring a quantum system irreversibly alters its state, immediately alerting communicating parties to any eavesdropping attempts.
The Wi-Fi Protected Access 3 (WPA3) standard officially replaced WPA2 to mitigate severe vulnerabilities against which specific cryptographic attack?
- DDoS attack
- Ransomware attack
- Phishing attack
- KRACK attack
Explanation: The Key Reinstallation Attack (KRACK) exploited severe vulnerabilities in WPA2's four-way handshake, prompting the industry shift to the much stronger WPA3 standard.
Which widely used mobile messaging application fundamentally utilizes the open-source Signal Protocol to guarantee end-to-end encryption?
Explanation: WhatsApp integrated the Signal Protocol developed by Open Whisper Systems to encrypt all messages, calls, and media end-to-end.
Pretty Good Privacy (PGP) relies heavily on a decentralized, user-driven cryptographic trust model commonly referred to as what?
- Symmetric trust chain
- Web of trust
- Public key infrastructure
- Central certificate authority
Explanation: Instead of relying on a single Certificate Authority, PGP users sign each other's public keys, forming a decentralized web of trust to verify identities.
Which foundational cryptographic principle states that an algorithm should remain secure even if everything about the system, except the key, is public?
- Kerckhoffs principle
- Shannons maxim
- Turings hypothesis
- Moores law
Explanation: Auguste Kerckhoffs stated that a cryptosystem should be secure even if everything about the system, except the secret key, is public knowledge.
In the context of blockchain architecture, what cryptographic mechanism mathematically guarantees the chronological immutability of the ledger?
- Hash pointers
- Steganography techniques
- Public key infrastructure
- Symmetric ciphers
Explanation: A hash pointer not only points to where the previous block's data is stored but also contains a cryptographic hash of that data, making tampering immediately evident.
Which foundational cryptographic protocol provides encrypted, secure shell access to remote server command lines over unsecured public networks?
Explanation: Secure Shell (SSH) is a cryptographic network protocol operating at the application layer, replacing older, unencrypted protocols like Telnet.
Which serious cryptographic attack occurs when an attacker secretly intercepts and actively relays communications between two parties?
- Man in middle
- Replay attack
- Denial of service
- Brute force
Explanation: In a Man-in-the-Middle (MitM) attack, the attacker secretly intercepts and alters the communication between two parties who believe they are directly communicating.
End-to-end encryption ensures that the ongoing communication is fully readable only by the?
- Communicating users
- Service provider
- Government agencies
- Network administrator
Explanation: End-to-end encryption encrypts data strictly on the sender's device and decrypts it only on the receiver's device, preventing intermediate servers from reading it.
Diffie-Hellman is a standard cryptographic protocol used specifically over a public channel for securely exchanging what?
- Digital certificates
- Public keys
- Cryptographic keys
- Hash algorithms
Explanation: The Diffie-Hellman key exchange is a method of securely generating a shared secret cryptographic key across an insecure public network.
Which cryptographic principle explicitly dictates that linearly increasing the cryptographic key length exponentially increases the computational effort required by attackers?
- Work factor
- Shannon entropy
- Moores Law
- Kerckhoffs principle
Explanation: The 'work factor' is an estimate of the time and computational effort needed to overcome a cryptographic system; increasing key size massively increases this factor.
What specific type of cipher mathematically encrypts plaintext digits continuously, one digit or bit at a time?
- Block cipher
- Hash cipher
- Transposition cipher
- Stream cipher
Explanation: A stream cipher encrypts data sequentially, bit by bit or byte by byte, using a continuously generated pseudorandom cipher digit stream.
Which mathematical problem forms the fundamental basis of the RSA public-key encryption algorithm?
- Discrete logarithms
- Graph isomorphism
- Integer factorization
- Elliptic curves
Explanation: RSA's security relies on the practical difficulty of factoring the product of two very large prime numbers.
The historical Caesar cipher is an elementary form of which specific category of classical cryptography?
- Block cipher
- Substitution cipher
- Stream cipher
- Vigenere cipher
Explanation: The Caesar cipher is a simple substitution cipher that replaces each plaintext letter with a letter a fixed number of positions down the alphabet.
Which encryption algorithm is the current global standard adopted by the US government for securing sensitive but unclassified material?
Explanation: The Advanced Encryption Standard (AES) is a symmetric block cipher chosen by the US government to protect classified information.
Which asymmetric cryptographic standard is heavily utilized within the embedded microchips of modern EMV credit and debit cards?
Explanation: EMV chip cards rely on RSA cryptography and public-key infrastructure to securely authenticate the card and authorize financial transactions.
The 'Advanced Encryption Standard' (AES) cipher internally utilizes which specific operational mathematical structure?
- Stream cipher
- Feistel network
- Hash tree
- Substitution permutation network
Explanation: AES is based on a design principle known as a substitution-permutation network, a series of linked mathematical operations.
Under the Information Technology Act 2000, which apex Indian governmental body licenses and regulates all domestic digital signature issuers?
- CERT In
- NITI Aayog
- CCA of India
- TRAI
Explanation: The Controller of Certifying Authorities (CCA) was established under the IT Act 2000 to license and regulate the working of Certifying Authorities in India.
MD5 is a historically famous, widely known cryptographic hash function that modern cybersecurity experts universally consider to be what?
- Cryptographically broken
- Quantum resistant
- Highly secure
- Government standard
Explanation: MD5 suffers from severe collision vulnerabilities, meaning attackers can generate two different files with the same hash, rendering it cryptographically broken for security purposes.
In typical modern ransomware attacks, victims are financially extorted in exchange for receiving what critical cryptographic component?
- Decryption key
- Hash value
- Public key
- Digital signature
Explanation: Ransomware maliciously encrypts the victim's files, and the attacker holds the sole private decryption key ransom until a payment is made.