Questions
What is the process of converting plaintext into ciphertext called?
- Encryption
- Decryption
- Hashing
- Encoding
What is the process of converting ciphertext back into plaintext called?
- Encryption
- Decryption
- Hashing
- Decoding
What is a cryptographic hash function?
- A function that takes an input of any size and produces an output of a fixed size
- A function that takes an input of a fixed size and produces an output of any size
- A function that takes an input of any size and produces an output of the same size
- A function that takes an input of a fixed size and produces an output of the same size
What is the purpose of a cryptographic hash function?
- To ensure the integrity of data
- To provide confidentiality for data
- To provide authentication for data
- To provide non-repudiation for data
Which of the following is a common cryptographic hash function?
- MD5
- SHA-1
- SHA-256
- SHA-512
What is the difference between symmetric and asymmetric cryptography?
- Symmetric cryptography uses the same key for encryption and decryption, while asymmetric cryptography uses different keys for encryption and decryption.
- Symmetric cryptography uses different keys for encryption and decryption, while asymmetric cryptography uses the same key for encryption and decryption.
- Symmetric cryptography is more secure than asymmetric cryptography.
- Asymmetric cryptography is more secure than symmetric cryptography.
Which of the following is a common symmetric cryptography algorithm?
- AES
- DES
- RSA
- ECC
Which of the following is a common asymmetric cryptography algorithm?
- AES
- DES
- RSA
- ECC
What is a digital signature?
- A unique identifier for a digital document
- A mathematical algorithm used to encrypt data
- A method for verifying the integrity of a digital document
- A way to securely transmit data over a network
What is a certificate authority (CA)?
- An organization that issues digital certificates
- A government agency that regulates the use of cryptography
- A company that provides encryption services
- A non-profit organization that promotes the use of cryptography
What is the purpose of a public key infrastructure (PKI)?
- To provide a secure way to exchange keys between parties
- To provide a way to verify the identity of a website or an individual
- To provide a way to encrypt and decrypt data
- To provide a way to generate digital signatures
What is the difference between a block cipher and a stream cipher?
- A block cipher encrypts data in blocks of a fixed size, while a stream cipher encrypts data in a continuous stream.
- A block cipher encrypts data in a continuous stream, while a stream cipher encrypts data in blocks of a fixed size.
- A block cipher is more secure than a stream cipher.
- A stream cipher is more secure than a block cipher.
Which of the following is a common block cipher algorithm?
- AES
- DES
- RSA
- ECC
Which of the following is a common stream cipher algorithm?
- AES
- DES
- RC4
- Salsa20
What is the difference between a one-way hash function and a cryptographic hash function?
- A one-way hash function is irreversible, while a cryptographic hash function is reversible.
- A one-way hash function is reversible, while a cryptographic hash function is irreversible.
- A one-way hash function is more secure than a cryptographic hash function.
- A cryptographic hash function is more secure than a one-way hash function.