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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *