Encryption Flashcards
What is Encryption?
A method of scrambling data before being transmitted across a network in order to protect the contents from unauthorized access.
Define SSID
Service set identifier, used to create ‘master key’ for wireless network encryption.
What is Symmetric Encryption?
Both sender and receiver are given an identical secret key which is used to encrypt or decrypt info.
What is asymmetric encryption?
Two keys are used, public and private
Explain how data is encrypted using symmetric encryption
Data before encryption is known as plain text, After encryption is cipher text. Key is sent to receiver, values are sent to the receiver to generate keys. Data is encrypted and decrypted using the same key.