What is encryption?
Encryption is the process of encoding (scrambling) data using an algorithm so that it becomes unreadable to anyone who does not have the key needed to decrypt the data.
What is text that has and has not been encrypted called?
Not encrypted - plain text
Encrypted - cipher text
What is the Caesar cipher?
A data encryption method which works by taking the message to be encoded and changing it by shifting each letter in the message a given number of positions either to the left or right. If the receiver wants to decode a message, they must know value and direction of shift.
What are the two types of encryption and how do they work?
How can encryption be strengthened?
Increasing the number of possible keys/bits
Will encryption prevent unauthorized people to intercept a message?
No, but it will make it difficult for them to understand it.