Encryption of the same plain text with the same key results in the same cipher text. Use of an IV that is XORed with the first block of plain text solves this problem.
A. CFB
B. GOST
C. ECB
D. RC4
Symmetric algorithm. Designed by James Massey and Xuejia Lai. Operates on 64 bit blocks and has a 128 bit key. Consists of 8 identical transformations each round and an output transformation.
A. IDEA
B. RSA
C. CAST
D. DES
What best describes the shifting of each letter a fixed number of spaces to the left or right?
A. Single substitution
B. Multi substitution
C. XOR
D. Bit shifting
A cryptanalysis success where the attacker discovers additional plain texts (or cipher texts) not previously known.
A. Total Break
B. Distinguishing Algorithm
C. Instance Deduction
D. Information Deduction
Juanita is attempting to hide some text into a jpeg file. Hiding messages inside another medium is referred to as which one of the following?
A. Cryptography
B. Steganalysis
C. Cryptology
D. Steganography
Which of the following equations is related to EC?
A. P = Cd%n
B. Me%n
C. y^2 = x^3 + Ax + B
D. Let m = (p-1)(q-1)
Bob's password is hashed, and so is John's. Even though they used different passwords, the hash is the same. What is this called?
A. A collision
B. A mistake
C. Convergence
D. Transposition
What is the formula m^e %n related to?
A. Encrypting with EC
B. Decrypting with RSA
C. Generating Mersenne primes
D. Encrypting with RSA
What is a TGS?
A. The server that escrows keys
B. A protocol for encryption
C. A protocol for key exchange
D. The server that grants Kerberos tickets