Which security measure can prevent attackers from capturing session IDs by listening to network traffic between the client and server?

  • Cross-Site Request Forgery
  • HTTPS Encryption
  • Rate Limiting
  • Secure Cookies
HTTPS (HyperText Transfer Protocol Secure) encryption is a security measure that encrypts data in transit between the client and server, making it difficult for attackers to capture session IDs by eavesdropping on network traffic. It's a fundamental method for ensuring data privacy and security during transmission.
Add your answer
Loading...

Leave a comment

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