-
Cryptography is defined as:
• 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
• key
to the decrypt function. -
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.
• True
Cryptography is defined as: (2 points)
• Sensitive information sent over networks that needs to be secured.
• Verified authority to view information, such as a password or key.
• The practice of encoding information so only authorized people can read it.
• The act of stealing personal information online.
In order to decrypt an encrypted message, pass the encrypted message and the
_ to the decrypt function. (2 points)
• key
• cryptology
• decrypted message
• cipertext
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. (2 points)
• True
• False
1 answer