Encryption Flashcards
What is encryption?
the process of encoding a message so it can be read only by the sender and the intended recipient.
What are the two types of encryption?
- symmetric encryption.
- asymmetric encryption.
What is symmetric encryption?
Encryption is where a single key is used to both encrypt and decrypt a message. both parties need to know the key and keep it a secret.
What is asymmetric encryption?
encryption which uses two different keys to encrypt the message and decrypt the message. We start with an unencrypted message and encrypt it with key A, once the message is sent the recipient then decrypts the message with key B.
What is the URL when symmetric encryption is used?
HTTPS :- hypertext transfer protocol secure
What are the two keys used in Asymmetric encryption?(key pair)
- public key.
- private key.
What is the process when receiving a message?
- the sender uses your public key to encrypt the message to send you a message.
-then when you receive the message you decrypt the message using your private key.
What is the process when sending a message using combined encryption?
- you first encrypt your message using your private key and then their public key.
- when the message is sent the recipient decrypts the message using their private key and then their public key.
what is the limitation of symmetric encryption?
- shared private keys have a risk of getting intercepted making this method less secure.
- What are the other 4 ways of encryption?
- the pigpen cipher.
- the Caesar cipher.
- the Vigenère cipher.
- the rail fence cipher
What is plaintext?
- the text that is to be encrypted.
What is keystream?
- the characters that are combined with the plaintext to produce an encrypted message.
What is keyword?
- the text that is chosen to generate the keystream.