1.3.1 Compression, Encryption and Hashing Flashcards
What is symmetric encryption?
An encryption method whereby the same private key is used to encode and decode the message
What is Asymmetric Encryption?
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).
What is run length encoding?
A lossless compression algorithm that represents an image in terms of the length of runs of identical pixels
What is dictionary encoding?
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
What are some uses of hashing?
-Passwords
-Digital signatures
-Digital certificates
-Hash tables