All the contents of this article are described according to the content in the preface. People: little blue, little red, little black. Symmetric encryption means...
Prerequisite knowledge: Confidentiality, integrity, identity authentication and non-repudiation are required to achieve communication security. Confidentiality: Confidentiality is achieved by means of encryption, symmetric encryption, asymmetric...
This article will discuss the encryption and decryption principle of HTTPS. Many people know RSA, think HTTPS = RSA, use RSA encryption and decryption data,...
HTTPS uses three main methods to ensure transmission security. The first is symmetric encryption, in which both parties use the same secret key to encrypt...
This article discusses how to properly configure GitLab to provide HTTPS services to users in three scenarios. For the sake of simplicity, here all use...
After summarizing the basic operation of binary tree in the previous article, this article summarizes the common binary tree-related interview questions, which are mainly divided...
Do TCP three-way handshake or TLS certificate verification precede HTTPS? Is the RSA encryption algorithm used for key negotiation in HTTPS? For these two problems,...
The development of HTTP protocol has been more than 20 years, the whole development trend is mainly in two directions: efficiency and security. In terms...
Envion is a Swiss-registered blockchain company focused on providing mining infrastructure as well as blockchain mining technology. The company offers a great solution to maximize...
Protect the security of user data during transmission. The problem of operator network hijacking is becoming more and more serious. All kinds of advertising insertion,...
Recently, the client's internal test distribution platform has been reconfigured using Spring Boot+Kotlin. It used to be deployed using Tomcat, but now it is deployed...
There are a lot of articles about HTTPS, everyone's articles are really detailed, I really admire the skills. Although there have been such excellent articles,...
Flask is one of the most popular Web frameworks in Python, and is known for being small, flexible, and extensible, giving developers the most freedom...
HTTP Hyper Text Transfer Protocol (HTTP) is short for HyperText Transfer Protocol. It is a Protocol for transferring HTML from WEB servers to local browsers
For details about HTTP, see the Computer Network series HTTP HTTPS definition HTTPS = HTTP + SSL/TLS. During HTTPS data transmission, SSL/TLS is used to...
In a man-in-the-middle attack, a middleman steals and forges data between a client and a server by hijacking local requests. The solution is to introduce...
When brush blog before, discover some write better blog will collect silently. Recently I was looking up some important knowledge points, but I haven't written...
HTTPS: HTTP encrypts HTTP traffic using a combination of SSL (Secure Sockets Layer) and TLS (Secure Transport Layer protocol). The COMBINATION of HTTP with SSL...