Skip to content

SSL/TSL: Secure Network Communication

Posted on:August 19, 2023 at 10:23 PM

Table of contents

Open Table of contents

1. Message Encryption

Message exchange in networks

2. Symmetric encryption vs. Asymmetric encryption

With synmetric encryption

Procedure

Pain point

With asymmetric encryption

A small intro to Asymmetric encryption

Procedure

Pain point

http://www.360doc.com/content/15/0330/11/2664229_459253274.shtml
Man in the middle解释,看道格盗取鲍勃的public key。

3. CA and Digital Signature

Purpose

Digital Signature

A identification of an object, just like id card. Generated by trustful authority called CA(certificate authority).

Format

X509 Certifiation is a public accepted format.

Usage

Untitled.png

好文章
https://zhuanlan.zhihu.com/p/267047441

Certificate Authority

CA chain

https://sectigo.com/resource-library/what-is-x509-certificate

https://www.ssl.com/faqs/what-is-an-x-509-certificate/

Other

  1. 网络加密通信的应用

    link_to_page

Update on 8/14/23

Common seen Abbreviation

  1. RFC(Requests for Comments): Specifications & Contracts & Documents
  2. IETF(Internet Engineering Task Force): Organization

Mind map

  1. To prevent data to be steal while transmitting, all data package should be encrypted.