How does HTTPS provide security?

后端 未结 5 1985
陌清茗
陌清茗 2020-12-23 13:11

I want to know how HTTPS is implemented. Whether the data is encrypted or path is encrypted (through which data is passed). I will be thankful if someone provides me impleme

5条回答
  •  萌比男神i
    2020-12-23 13:53

    You can read all the details in the TLSv1 RFC-2246.


    For security analysis, specifically the following section:

    F. Security analysis

    The TLS protocol is designed to establish a secure connection between a client and a server communicating over an insecure channel. This document makes several traditional assumptions, including that attackers have substantial computational resources and cannot obtain secret information from sources outside the protocol. Attackers are assumed to have the ability to capture, modify, delete, replay, and otherwise tamper with messages sent over the communication channel. This appendix outlines how TLS has been designed to resist a variety of attacks.

    further content snipped

提交回复
热议问题