1.3.1 Compression, Encryption and Hashing Flashcards

1
Q

What is symmetric encryption?

A

An encryption method whereby the same private key is used to encode and decode the message

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

What is Asymmetric Encryption?

A

a type of encryption that requires 2 keys - one of which is secret (or private) and one of which is public (freely known to others).

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

What is run length encoding?

A

A lossless compression algorithm that represents an image in terms of the length of runs of identical pixels

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

What is dictionary encoding?

A

Uses a dictionary (index number, its binary, a word) to replace texts with shorter binary strings by representing the words as numbers and then referencing to the dictionary to find the correct word

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

What are some uses of hashing?

A

-Passwords
-Digital signatures
-Digital certificates
-Hash tables

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