Encryption Flashcards
What is encryption?
This means to scramble data in such a way that only someone with the key can read it.
Why is encryption used?
To protect personal information, guard against identity theft, to secure classified information and to protect corporate sensitive information.
What is the process of encryption?
A key is used to encrypt plain text into meaningless data
The same key is used to decrypt data back into plain text
Only someone who has the key can decrypt the information
If you don’t have the key you need to crack the code
What is the Caesar Cipher?
It is a type of substitution cipher in which each character in the alphabet is shifted by a fixed number of positions down the alphabet.
If there was a left shift of 3 what would:
1) D become
2) E become
1) A
2) B
What is a symmetric algorithm?
They require one key that is known by the sender and receiver of data. The disadvantage is that both parties know the secret key.
What is an asymmetric algorithm?
They require two keys; a public key and a private key. The public key is shared but to protect the data the private key is only stored by the user.