66.0k views
2 votes
A __________ is when the sender cryptographically marks a message with its private key, which is achieved by a cryptographic algorithm applied to the message or to a small block of data that is a function of the message.

1 Answer

3 votes

Answer:

Symmetric Key Encryption

Step-by-step explanation:

Symmetric key encryption is a type of encryption in which only one key is used by sender to encrypt and receiver to decrypt a message(i.e both sender and receiver have the same key). This is different for asymmetric key encryption where a set of keys (private and public) is used to encrypt and decrypt a message.

Note: The goal of encryption is to secure messages against third party intrusion.

User Deadend
by
5.2k points