less than 1 minute read

Tags:

HTTP

img

img

TCP 協議

  • 建立: 三次握手
  • 斷開: 四次揮手

img

HTTP 歷史

  • 1991 出現 HTTP/0.9 只有 method GET,沒有 header!
  • 1997 HTTP/1.1 出現
  • 1999 HTTP/1.1 廣泛應用 options put trace connect delete
  • 2010 patch

HTTPS

Hypertext Transfer Protocol Secure

https

特點

  • 公私鑰 (鎖箱開箱)

    • 建立安全的通道,確保數據傳輸
  • 憑證 (證書)

    • 可確認網站的真實性,查看網站的憑證內容

img

How Does HTTPS Work? RSA Encryption Explained

img

加密演算法

  • 對稱加密:只有一個私鑰,AES、RC4、3DES
  • 非對稱加密:公私鑰各一,RSA、DSA/DSS

雜湊演算法

檢查

封包攔截