2.3 Encryption Flashcards
What is encryption?
a method of securing data for storage or transmission that scrambles it and makes it meaningless
What is the name given to data BEFORE encryption?
Plain text
What is the name given to data AFTER encryption?
Cipher tex
What is the encryption key?
a type of algorithm that is used to encrypt data
What are the two main methods of encryption?
Symmetric and Asymmetric
State the process for Symmetric encryption.
The process for symmetric encryption is:
Plain text is encrypted into cypher text using a encryption key
The cipher text and the encryption key are then sent separately to the receiving device
The same key is then used to decrypt the cipher text back into plain text form
State the process for Asymmetric encryption.
The process for symmetric encryption is:
Plain text is encrypted into cypher text using a public key.
The cipher text is transmitted into the receiving device
the cipher text cannot be decrypted using the public key, it is decrypted using a private key