Computer Knowledge · General Awareness
Information Security
4,143 Questions
Information security involves protecting computer systems and data from unauthorized access, cyber threats, and damage. It is a core part of the computer knowledge section in various banking and government exams. Practicing these concepts helps in understanding digital signatures, network security, and access control effectively.
Cybersecurity threatsAccess controlCryptography basicsSecurity risk managementDatabase protection
Information Security Questions
-
SHA1Cng
-
SHA1
-
SHA1CryptoService Provider
-
ProtectedData
-
RijndaelManaged
A
Correct answer
Explanation
It provides a cryptography next generation implementation of the Secure Hash algorithm.
-
MD5
-
MD5Cng
-
MD5CryptoService Provider
-
Oid
-
ProtectedData
B
Correct answer
Explanation
It provides a cryptography next generation implementation of the MD5 128 bit hashing algorithm.
-
RSAPKCS1KeyExchangeFormatter
-
RSAPKCS1SignatureDeformatter
-
RSAPKCS1KeyExchangeDeformatter
-
RSA
-
ProtectedData
C
Correct answer
Explanation
It decrypts the PKCS#1 key exchange data.
-
SHA512
-
ProtectedData
-
SHA256
-
SHA256Managed
-
SHA256Cng
E
Correct answer
Explanation
It provides a cryptography next generation implementation of the secure hash algorithm for 256 bit hash values.
-
SHA1CryptoService Provider
-
SHA1
-
ProtectedMemory
-
SHA1Managed
-
RSA
D
Correct answer
Explanation
It computes the SHA1 hash for the input data using the managed library.
-
Confidentiality
-
Integrity
-
Authentication
-
Duplicate
-
Reliable
C
Correct answer
Explanation
This security service provided by IEEE is used to verify the identity of communicating client stations.
-
To create an electronic signature
-
To verify an electronic signature
-
To create and verify an electronic signature
-
All of the above
B
Correct answer
Explanation
Using a public key is to authenticate that a message originated with a holder of the paired private key; or to encrypt a message with a public key to ensure that only the holder of the paired private key can decrypt it.
-
Private key verifies the digital signatures and public key creates the digital signature.
-
Public key verifies the digital signatures and private key creates the digital signature.
-
Private key and public key are used to verify the digital signatures.
-
Private key and public key are used to create the digital signatures.
B
Correct answer
Explanation
A digital signature in its simplest description is a hash of the data that is subsequently encrypted with the signer's private key. Since that is something only the signer has, that is where the trust comes from. EVERYONE has access to the signer's public key. So, to validate a digital signature, the recipient (1) calculates a hash of the same data, (2) decrypts the digital signature using the sender's PUBLIC key, and (3) compares the 2 hash values. If they match, the signature is considered valid. If they don't match, it either means that a different key was used to sign it, or that the data has been altered. Thus, public key helps in verification. The private key is used to encrypt the hash. The encrypted hash along with other information, such as the hashing algorithm, is the digital signature. Thus, it helps in creating the electronic signature.
-
To create an electronic signature
-
To verify an electronic signature
-
To create and verify an electronic signature
-
All of the above
A
Correct answer
Explanation
The private key is used to encrypt the hash. The encrypted hash along with other information, such as the hashing algorithm, is the digital signature. Thus, it helps in creating the electronic signature.
-
The cipher feedback mode technique is more efficient as compared to cipher block chaining.
-
CFB decryption is almost identical to CBC encryption performed in reverse.
-
In CFB, the changed in the plaintext propagate forever in the ciphertext and encryption cannot be parallelized.
-
All of the above.
-
Both (2) and (3).
E
Correct answer
Explanation
Yes, both the statements are correct.
-
PGP provides all security to the emails like privacy, digital signatures and compression.
-
PGP does not work on Mac OS and Linux platform.
-
PGP uses IDEA (International Data Encryption Standard) to encrypt the data.
-
RSA uses a limited amount of data to encrypt or decrypt the data in PGP.
-
None of the above
B
Correct answer
Explanation
PGP is easily available in all the platforms like Windows, Linux, Unix and Mac.
-
DNSsec is used to store and retrieve the public keys.
-
The data is approved by the owner's zone before return.
-
DNSsec provides transaction and requests for authentication.
-
Both (2) and (3).
-
None of the above
E
Correct answer
Explanation
All of the above options are true.
-
A message sent using PGP (Pretty Good Privacy) is first converted into canonical form.
-
In PGP and PEM, each message is encrypted with a one-time key.
-
PGP provides non-repudiation.
-
PGP does not support X.509 certificate.
-
All of the above.
B
Correct answer
Explanation
This is true statement as both uses same technique for that.
-
SSL provides mutual authentication between the client and the server.
-
SSL is also responsible for encryption of the message.
-
SSL is also responsible for message integrity.
-
SSL is used in banking and online transactions.
-
SSL uses TCP protocol for secure communication.
E
Correct answer
Explanation
This is false statement as SSL uses HTTP protocol for that.
-
RC4 algorithm is applied for RSA security.
-
RC4 never reuses a key.
-
RC4 is used in the SSL/TLS secure web protocol, and in the WEP and WPA wireless LAN security protocols.
-
It is a variable key-size stream cipher with byte-oriented operations.
-
All of the above
E
Correct answer
Explanation
Yes, all of the are the true statements about RC4.