当前位置:网站首页>Cryptographic technology -- key and ssl/tls
Cryptographic technology -- key and ssl/tls
2022-07-02 23:08:00 【yiixiou】
Key definition
The key is a huge number . The key concept in cryptography is the size of the key space . The size of the key space is determined by the length of the key . common DES The key length is 7 byte ,DES-DES2 and DES-DES3 The key lengths are 14 Byte and 21 byte ,AES The key length is 128,192 or 256 The bit .
Here's the thing , The key and plaintext have the same value . If the plaintext is worth millions , Then the key that can crack the plaintext should have the same value .
Various keys
- Symmetric cryptographic key : Encryption and decryption use the same key . Also known as shared key password .
- Public key cryptographic key : Encryption and decryption use different keys . Encrypted is called public key , The decryption is called the private key . Public and private keys are also called key pairs .
- Message authentication code (MAC) The key of : The sender and receiver use the shared key for authentication .MAC It can only be calculated by the person who holds the legal key . take MAC Attached to the communication message , Identify whether the communication content has been tampered with or camouflaged . shortcoming :MAC There is a risk of tampering and camouflage in leakage .
- Key of digital signature : Different keys are used for signature generation and verification . The person who holds the private key generates a signature , The public key is used for authentication .
- session key : A key that can only be used once in communication . Such as : visit https:// The opening page ,Web Between the server and the browser SSL/TLS Encrypted communication , The key used in this communication is limited to this communication , Belongs to session key . advantage : Even if intercepted, it can only decipher the content of this communication , The confidentiality of other communications is not compromised .
- Master key : A key that has been reused .
- The key used to encrypt the content (Contents Encrypting Key, CEK): Content encryption key . Session keys are often used CEK.
- The key used to encrypt the key (Key Encrypting Key, KEK): Key encryption key . The master key often does KEK. somewhat : Reduce the number of keys that need to be declared .
Key management
- Key generation : Random number generation 、 Password generation (Password Based Encryption, PBE).
- Distribution key : Symmetric algorithm key faces the problem of key distribution , Because encryption and decryption use the same key . You can use a shared key in advance , Using a key distribution center , Use public key password, etc .
- Key update : A technology that improves the confidentiality of communications . This technology has backward security ( One way hash function is one-way , It's difficult to calculate backwards ), It can prevent decoding the contents of past communications .
- Key saving : When the key needs to be reused , We need to consider the problem of key preservation . Session keys are not considered .
- Void key .
SSL/TLS Definition
SSL/TLS It's a kind of Web Protocols widely used in servers .SSL The full name is Secure Socket Layer,TLS The full name is Transport Layer Security.
Client and server
Web The browser and Web Server follows HTTP Hypertext transfer protocol to communicate , Web Browsers are also called HTTP client ,Web Servers are also called HTTP The server . We can use SSL/TLS bearing HTTP, Through the superposition of the two protocols , It can be done to HTTP Communication for ( Requests and responses ) To encrypt , To prevent eavesdropping .SSL/TLS The job of
The working process needs to ensure three points :(1) The sending process cannot be bugged ;(2) The sending process cannot be tampered ;(3) Finally, the sender can be confirmed ;1,2,3 The points correspond to the confidentiality of the key 、 integrity 、 Certification issues .SSL and TLS The difference between
TLS yes SSL Subsequent versions , Added AES Symmetric cipher algorithm , Deleted DES, Added for CBC How to attack .
边栏推荐
- Antd component upload uploads xlsx files and reads the contents of the files
- [npuctf2020]ezlogin XPath injection
- Configuration clic droit pour choisir d'ouvrir le fichier avec vs Code
- [NPUCTF2020]ezlogin xPATH注入
- Higher order operation of bits
- SQL进阶语法
- Introduction to the latest plan of horizon in April 2022
- 20220527_数据库过程_语句留档
- 首批 | 腾讯云完成国内首个云原生安全成熟度评估
- [羊城杯2020]easyphp
猜你喜欢

odoo13搭建医院HRP环境(详细步骤)

Looking at Ctrip's toughness and vision from the Q1 financial report in 2022

Prometheus deployment

China Academy of information technology, Tsinghua University, Tencent security, cloud native security, industry university research and use strong alliance!

Performance optimization - rigorous mode

Qt QScrollArea

Boot actuator - Prometheus use

Lambda expression: an article takes you through

中国信通院、清华大学、腾讯安全,云原生安全产学研用强强联合!

Comprehensively analyze the logic of the shared purchase business model? How sharing purchase empowers Enterprises
随机推荐
2016. maximum difference between incremental elements
Tronapi-波场接口-源码无加密-可二开--附接口文档-基于ThinkPHP5封装-作者详细指导-2022年7月1日08:43:06
20220527_数据库过程_语句留档
MySQL查询附近的数据.并按距离进行排序.
Static file display problem
LC173. 二叉搜索树迭代器
Jinglianwen technology's low price strategy helps AI enterprises reduce model training costs
QT qpprogressbar details
Pytorch training CPU usage continues to grow (Bug)
Construction of Hisilicon 3559 universal platform: draw a frame on the captured YUV image
Introduction to the latest plan of horizon in April 2022
AES高級加密協議的動機闡述
力扣刷题(2022-6-28)
How does Jerry test the wrong touch rate of keys [chapter]
Redis 过期策略+conf 记录
泛型与反射,看这篇就够了
用matlab调用vs2015来编译vs工程
Odoo13 build a hospital HRP environment (detailed steps)
门牌制作 C语言
[leetcode] there are duplicate elements [217]