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?
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)
What is the process when receiving a message?
What is the process when sending a message using combined encryption?
what is the limitation of symmetric encryption?
What is plaintext?
What is keystream?
What is keyword?