Which encryption algorithm is commonly used for securing web traffic over HTTPS?
- AES (Advanced Encryption Standard)
- MD5 (Message Digest Algorithm 5)
- RSA (Rivest-Shamir-Adleman)
- SHA (Secure Hash Algorithm)
The encryption algorithm commonly used for securing web traffic over HTTPS is AES (Advanced Encryption Standard). AES is a symmetric encryption algorithm that ensures secure communication by encrypting data transmitted between a web server and a client browser, thus protecting sensitive information from unauthorized access during transmission.
Loading...
Related Quiz
- The _________ layer of the OSI Model deals with the presentation and encryption of data.
- What is the main benefit of using virtual machines over physical servers?
- Which design pattern is used to ensure a class has only one instance and provides a global point of access to it?
- How does the concept of interfaces promote flexibility and modularity in OOP?
- How do threads differ from processes in resource usage?