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.