Here are the answers to your cryptography questions:
-
Cryptography is defined as:
- Answer: The practice of encoding information so only authorized people can read it.
-
In order to decrypt an encrypted message, pass the encrypted message and the _____________ to the decrypt function.
- Answer: key
-
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
-
What is a collision in a hash function?
- Answer: 2 inputs map to the same output.
-
What do most attacks on hash functions involve?
- Answer: A and B
-
_____________ is the process of decrypting coded messages without being told the key.
- Answer: Cryptanalysis
-
The practice of solving and writing encryptions is ______________.
- Answer: cryptography
-
________________ is the output from any input that has been processed through a hashing algorithm/function.
- Answer: Digest
-
A general property of a good encryption is good encryptions are easy to encrypt but very hard to decrypt.
- Answer: True
-
The word hashing literally means to scramble.
- Answer: True
Feel free to reach out if you need further clarification or additional information!