Here are the answers to the questions you provided:
Question 1
What is cryptography?
Answer: The practice of encoding information so only authorized people can read it.
Question 2
In order to decrypt an encrypted message, pass the encrypted message and the _____________ to the decrypt function.
Answer: key
Question 3
Hash functions got the name "hash" because it's easy to compute the function with a given input, but nearly impossible to reverse engineer the hash function to get the original input.
Answer: True
Question 4
What is a collision in a hash function?
Answer: 2 inputs map to the same output
Question 5
What do most attacks on hash functions involve?
Answer: A and B
Question 6
_____________ is the process of decrypting coded messages without being told the key.
Answer: Cryptanalysis
Question 7
The practice of solving and writing encryptions is ______________.
Answer: Cryptology
Question 8
________________ is the output from any input that has been processed through a hashing algorithm/function.
Answer: Digest
Question 9
A general property of a good encryption is good encryptions are easy to encrypt but very hard to decrypt.
Answer: True
Question 10
The word hashing literally means to scramble.
Answer: False
Feel free to reach out if you have more questions or need further clarification!