NEW
Font size
WorksheetsQuiz3-ADV05-MakScie
Total questions: 41
Worksheet time: 41mins
A company wants to protect sensitive files stored on its server. They want to convert readable data into unreadable form. What technique should they use?
Encoding
Encryption
Compression
Tokenization
A developer encrypts data using the same key for both encryption and decryption. What type of encryption is being used?
Asymmetric
Symmetric
Hashing
Encoding
A bank wants secure communication between branches using a key pair (public/private). Which algorithm is most suitable?
DES
AES
RSA
Blowfish
A laptop uses a block cipher to encrypt entire disks. Which symmetric algorithm is most appropriate?
RSA
ECC
AES
Diffie-Hellman
A legacy system still uses DES but is concerned about brute-force attacks. What is DES’s main weakness?
Algorithmic errors
Small key size
Slow speed
Requires two keys
A security engineer must choose a secure AES key size for financial data. What should they select?
40-bit
56-bit
128-bit
32-bit
A company wants to authenticate files downloaded from their website to ensure they were not changed. Which method should they use?
Hashing
Symmetric encryption
Encoding
Compression
A system admin uses hashing for passwords. They need a secure hashing algorithm. Which one?
MD5
SHA-1
SHA-256
DES
A database needs extra protection from rainbow table attacks. What should the admin apply to stored hashes?
Encoding
Salting
Compression
Symmetric keys
A company encrypts data using public key cryptography. Which key should remain secret?
Public key
Shared key
Private key
Hash key
A sender wants to encrypt a message so only the receiver can decrypt it. Which key should be used for encryption?
Sender’s private key
Receiver’s public key
Receiver’s private key
Shared symmetric key
An organization needs to securely exchange keys over an insecure network. What protocol should they use?
RSA
Diffie-Hellman
AES
Base64
A company notices that their encrypted image files still show visible patterns. Which mode is likely used incorrectly?
CBC (Cipher Block Chaining) mode
CFB (Cipher Feedback) mode
OFB (Output Feedback) mode
ECB (Electronic Codebook) mode
A system requires confidentiality and integrity during encryption. What mode of AES should be used?
A. ECB
B. CBC
C. GCM
D. CFB
A developer needs a fast symmetric algorithm for bulk file encryption. Which is best?
ECC
RSA
AES
Diffie-Hellman
A web application uses digital signatures to verify software updates. What security property does this provide?
Confidentiality
Integrity and authenticity
Non-compression
Encoding
A certificate is being verified before a secure connection is established. What entity issued this certificate?
CSR
CA
A mobile app requires strong encryption but limited processing power. Which algorithm is ideal?
RSA
ECC
DES
Blowfish
A cloud storage service encrypts all user files with a key derived from the user’s password. What technique strengthens weak passwords?
Encoding
Key stretching
Tokenization
Salting
A developer needs to encrypt streaming data in real time. Which cipher type is best?
Block cipher
Stream cipher
Hashing
Encoding
An attacker tries every possible key to crack encrypted data. What attack is this?
Replay
Man-in-the-middle
Brute force
A security team needs to protect encryption keys in case employees lose them. Which method is used?
Key escrow
Hashing
Encoding
Tokenization
A system generates a unique digital certificate request. What is this file called?
CRL
CA
CSR
ECC
A message encrypted with the sender’s private key is meant to provide what?
Confidentiality
Integrity and authentication
Fast encryption
Compression
A government agency wants an algorithm with strong resistance to brute-force attacks due to large key sizes. Which fits?
AES
DES
RSA
Blowfish
A network administrator needs to know whether a public key still belongs to an active user. What list should they check?
CA
CSR
CRL
HTTPS
A website wants to ensure secure browsing for users. Which protocol must be enabled?
FTP
HTTP
SSL/TLS
Telnet
A researcher detects two different files producing the same hash value. What is this called?
Key reuse
Hash collision
Padding error
Non-repudiation
A developer needs to encrypt small chunks of data repeatedly and quickly. What algorithm is ideal?
RSA
ECC
AES
DES
A secure email application uses asymmetric encryption. Which key do users share publicly?
Private key
Public key
Hash key
Encoding key
A network device needs to exchange secret keys securely before using symmetric encryption. Which algorithm does this?
Diffie-Hellman
AES
DES
SHA-256
A developer notices that decrypting data requires the same key used for encryption. What encryption type is it?
Asymmetric
Symmetric
Hashing
Digital signing
A company wants to ensure that encrypted data cannot be decrypted even if keys are stolen later. What technique achieves this?
Perfect Forward Secrecy
Salting
Hashing
Key escrow
A wireless network uses a lightweight stream cipher for fast data encryption. Which algorithm is likely used?
RC4
AES
ECC
RSA
A security engineer wants to protect message integrity while also authenticating the sender. What should be used?
Compression
Digital signatures
Encoding
Base64
An administrator encrypts backups using AES in CBC mode. What else must be securely stored with the ciphertext?
IV
Public key
Hash value
Certificate
A user wants to send encrypted data but does not want anyone to know the message exists. What method hides the data?
Steganography
Hashing
RSA
AES
A messaging app uses a technique where each session uses a unique encryption key. What is this principle?
Perfect forward secrecy
Session key encryption
Public key infrastructure
Symmetric encryption
Which of the following is the correct answer?
Hashing
Key reuse
Forward secrecy
Salting
An attacker intercepts a key exchange but cannot compute the shared key because of mathematical difficulty. Which protocol is protecting them?
RSA
Diffie-Hellman
SHA-1
MD5
A security audit shows that encryption relies on the difficulty of factoring large prime numbers. What type of cryptography is used?
Symmetric
Asymmetric
Hashing
Encoding
