Define Encryption
The process of scrambling data in an attempt to deem it unreadable by unauthorised subjects.
Define Cryptography
The science of writing and ciphering information or messages in a way that attempts to deem them unreadable by anyone other than the intended recipients.
Define Steganography
The science of hiding information or messages within other messages. For example, hiding a message within an image.
Define Cryptanalysis
The science of analysing encrypted information or messages in an attempt to decrypt them.
Define Symmetric Encryption
All parties share a copy of an identical key which is used for both encryption and decryption.
What are advantages of Symmetric Encryption?
What are some disadvantages of Symmetric Encryption?
What is Asymmetric Encryption?
Also known as public key cryptography. All subjects involved in communication have a public and private key pair which are used to encrypt and decrypt messages and information.
What are the advantages of Asymmetric Encryption?
What are some disadvantages of Asymmetric Encryption?
What is the diagram and formula for the encryption - decryption process?
Dk(Ek(PlainText)) = PlainText
For encryption define the following components: alphabet; message space; message; cipher text space; key space.
Write the encryption function in notation. What type of function is it? What components map to each other?
Ee - Encryption function
Bijective function
Maps M to C
Write the decryption function in notation. What type of function is it? What components map to each other?
Dd - Decryption function
Bijective function
Maps C to M
Which 3 security principles does encryption satisfy?
Confidentiality, integrity and authentication through communication channels.