1.3.1 Compression, Encryption and Hashing Flashcards
What name is given to the public and
private keys used in asymmetric
encryption?
Key pair
Name the two categories of
compression
Lossy and lossless
In which type of compression is the
quality of a file not degraded?
Lossless
What is the purpose of encryption?
To keep data secure during transmission
Name one type of lossless compression
One from:
1. Run length encoding
2. Dictionary encoding
In which form of encryption do the
sender and receiver share the same
private key?
Symmetric encryption
How many keys are used in asymmetric
encryption?
Two (one public and one private)
If person A wants to send a message to person B
using asymmetric encryption, which key should
they use to encrypt the message?
A: A’s public key
B: A’s private key
C: B’s public key
D: B’s private key
C: B’s public key
A message encrypted with B’s public key can only be
decrypted with B’s private key, which only B has access to