Multiple Choice
When implementing the Vigenère cipher, which step comes first?
A) Use the accumulator pattern to add the ciphertext letter to the ciphertext message.
B) Determine which letter of the key we should use.
C) Return the string as the ciphertext message.
D) Look up the ciphertext letter in the Vigenère square, using the key letter row and plaintext character column.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: When implementing a substitution cipher in Python,
Q2: The find method finds the number of
Q3: What function returns the number of characters
Q5: Case Study 2:<br>1. def scramble2Encrypt(plainText):<br>2. evenChars =
Q6: Python uses the _ function to ask
Q7: Case Study 1:<br>1. >>> name = "Roy
Q8: Match each line of code with a
Q9: One of the easiest ways to encrypt
Q10: The process of turning ciphertext into plaintext
Q11: Provide a high-level summary of the actions