2.3 Encryption Flashcards

(7 cards)

1
Q

Why is encryption used?

A

It is used so that data cannot be understood if intercepted without the decryption key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the process of encryption.

A
  • The text before encryption is called plain text.
  • The plain text is encrypted using an encryption algorithm.
  • The plain text is also encrypted using a key.
  • The encrypted text is called ciphertext.
  • The key is transmitted separately from the text.
  • The key is used to decrypt the ciphertext after transmission.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of Encryptions?

A

1) Symmetric encryption
2) Asymmetric encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is data encrypted using symmetric encryption?

A
  • The data before encryption is known as plain text.
  • To scramble the data, an encryption key & encryption algorithm are used.
  • The encryption key & algorithm are applied to plain text to convert it into ciphertext.
  • The data after encryption is known as ciphertext, which is meaningless unless the recipient also has the decryption key.
  • The same key is used to encrypt and then decrypt the text.
  • Encryption prevents the data from being understood by a hacker.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is data encrypted using Asymmetric encryption?

A
  • Uses a matching pair of keys: public and private.
  • The public key is shared with everyone.
  • The receiver sends their public key to the sender.
  • The sender encrypts the message using the receiver’s public key.
  • The encrypted message (ciphertext) is sent to the receiver.
  • The receiver decrypts it using their private key.
  • Only the private key can decrypt data encrypted with its matching public key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is meant by symmetric encryption?

A

A single key is used for both encryption and decryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are 2 drawbacks of using SYMMETRIC ENCRYPTION?

A
  • The key has to be exchanged securely
  • Cannot ensure non-repudiation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly