CH 3 Flashcards
Define Cryptosystem.
it is an implementation of cryptographic techniques and their accompanying infrastructure to provide information security services.
A cryptosystem is also referred to as a ….. .
cipher system
What are the basic components of a Cryptosystem ?
- Plaintext
- Encryption Algorithm
- Ciphertext
- Decryption Algorithm
- Encryption Key
- Decryption Key
Define Plaintext.
It is the data to be protected during transmission.
Define Encryption Algorithm.
It is a mathematical process that produces a
ciphertext for any given plaintext and encryption key. It is a cryptographic algorithm that takes plaintext and an encryption key as input and produces a ciphertext.
Define Ciphertext.
It is the scrambled version of the plaintext produced by the encryption algorithm using a specific the encryption key. The ciphertext is not guarded. It flows on public channel. It can be intercepted or compromised by anyone who has access to the communication channel.
Define Decryption Algorithm.
It is a mathematical process, that produces a unique plaintext for any given ciphertext and decryption key. It is a cryptographic algorithm that takes a ciphertext and a decryption key as input, and outputs a plaintext. The decryption algorithm essentially reverses the encryption algorithm and is thus closely related to it.
Define Encryption Key.
It is a value that is known to the sender. The sender inputs the encryption key into the encryption algorithm along with the plaintext in order to compute the ciphertext.
Define Decryption Key.
It is a value that is known to the receiver. The decryption key is related to the encryption key, but is not always identical to it. The receiver inputs the decryption key into the decryption algorithm along with the ciphertext in order to compute the plaintext.
For a given cryptosystem, a collection of all possible decryption keys is called a ….. .
Key space.
An ….. is an unauthorized entity who attempts to
determine the plaintext.
Interceptor (an attacker)
An interceptor can see the ciphertext and may know the decryption algorithm. He, however, must never know the ….. .
Decryption key
What are the 2 types of cryptosystems based on the manner in which encryption-decryption is carried out in the system ?
- Symmetric Key Encryption
- Asymmetric Key Encryption
The encryption process where same keys are used for encrypting and decrypting the information is known as ….. .
Symmetric Key Encryption
Symmetric cryptosystems are also sometimes referred to as ….. .
secret key
cryptosystems