Security considerations Flashcards
What is the difference between symmetric key encryption and public key encryption?
Symmetric key encryption uses the same key to encrypt and decrypt plain text data.
Public/asymmetric key encryption uses different keys.
Which is best to use for security on a web server, TLS or SSL? Why?
TLS is best to use as it is currently the industry standard.
SSL contains many vulnerabilities and more continue to be discovered. As of 2015, SSL is
considered a deprecated protocol.
What type of authentication involves entering a username and password?
Single-factor authentication.
When would it be advisable to use two-factor authentication over single-factor authentication?
When there is a risk that a username and password may be easily compromised.
For example, due to the rise in mobile phone banking applications, most banks have now enabled two-factor authentication.
When would it be advisable to use multi-factor authentication over two-factor
authentication?
Multi-factor authentication, like biometric security, is costly and should be reserved for high-security needs, such as national security operations and data centres where utmost data protection is essential.