Web Application Security and Cryptography
This test is useful for the students who are preparing for GATE, Information technology and IT certified programs exams. This test represents different security mechanism and cryptographic classes for securing web applications.
Questions
Which of the following security techniques provides activity such as a university wants to allow its student to use email up to a limit of so many messages or so many characters of email in the last so many days?
- Non repudiation
- The certificate scheme
- Transport layer security
- Stateful inspection firewall
- Guard
Which of the following .NET cryptographic classes represents a cryptographic object identifier?
- RandomNumberGenerator
- OidCollection
- OidEnumerator
- Oid
- CryptoConfig
Which of the following security mechanisms includes vital attributes required for secure over the internet credit-card transactions such as confidentiality of information, merchant authentication etc..............?
- Message authentication code
- Transport layer security
- Secure electronic transaction
- Proc-Type
- Stateful inspection firewall
Which of the following security mechanisms consists of the services provided such as key exchange algorithms, encryption/decryption algorithms, hash algorithms etc.?
- Secure socket layer
- Transport layer security
- Message integrity check
- Sender authenticity
- Stateful inspection firewall
Which of the following .NET cryptographic classes represents the super class from which all implementations of the Rijndael symmetric encryption algorithm must inherit?
- RijndaelManaged
- Rijndael
- RC2
- MD5
- ProtectedData
Which of the following .NET cryptographic classes performs a cryptographic transformation of data using the Rijndael algorithm?
- ProtectedMemory
- RijndaelManaged
- CryptoAPITransform
- RijndaelManagedTransform
- FormBase64Transform
Which of the following .NET cryptographic classes computes the RIPEMD160 hash for the input data using the managed library?
- RIPEMD160Managed
- RIPEMD160
- RijndaelManaged
- MD5
- ProtectedData
Which of the following security standards performs some actions such as sign the hash by encrypting it with the sender's private key, generate a session key at random etc.?
- The certificate scheme
- DEK-Info
- Transport layer security
- Stateful inspection firewall
- Pretty good privacy
Which of the following .NET cryptographic classes implements a cryptographic random number generator using the implementation provided by the CSP?
- RandomNumberGenerator
- MaskGeneration
- RNGCryptoServiceProvider
- RC2
- MD5CryptoServiceProvider
Which of the following security standards handles all sorts of attachments such as data files, movies, sound etc.?
- Message integrity check
- Secure multipurpose internet mail extension
- Sender authenticity
- Transport layer security
- Stateful inspection firewall
Which of the following security techniques also called a bastion host is a two-headed device?
- Stateful inspection firewall
- Application proxy
- Non repudiation
- The certificate scheme
- Transport layer security
Which of the following .NET cryptographic classes performs asymmetric encryption and decryption using the implementation of the RSA algorithm provided by the CSP?
- RSACryptoServiceProvider
- RSA
- MD5CryptoServiceProvider
- DSACryptoServiceProvider
- ProtectedMemory
Which of the following .NET cryptographic classes defines a wrapper object to access the CSP implementation of the RC2 algorithm?
- RC2
- MD5CryptoServiceProvider
- RC2CryptoServiceProvider
- DESCryptoServiceProvider
- ProtectedData
Which of the following security techniques usually starts in deny all bound mode, to which user adds trusted addresses as they appear?
- Stateful inspection firewall
- Personal firewall
- Message integrity check
- Transport layer security
- Sender authenticity
Which of the following .NET cryptographic classes implements password-based key derivation functionality, PBKDF2, by using a pseudo-random number generator based on HMACSHA1?
- Rfc2898DeriveBytes
- PasswordDeriveBytes
- DeriveBytes
- KeySizes
- ProtectedMemory