当前位置:网站首页>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 .
边栏推荐
- [hardware] origin of standard resistance value
- 數據分析學習記錄--用EXCEL完成簡單的單因素方差分析
- P1007 single log bridge
- Introduction and response to high concurrency
- 海思 VI接入视频流程
- Lambda expression: an article takes you through
- Construction of Hisilicon 3559 universal platform: rotation operation on the captured YUV image
- Jerry's built-in short press and long press, no matter how long it is, it is a short press [chapter]
- Innovation strength is recognized again! Tencent security MSS was the pioneer of cloud native security guard in 2022
- 成功改变splunk 默认URL root path
猜你喜欢
[favorite poems] OK, song
数据分析学习记录--用EXCEL完成简单的单因素方差分析
Motivation du Protocole de chiffrement avancé AES
設置單擊右鍵可以選擇用VS Code打開文件
Niuke network: maximum submatrix
The first batch of Tencent cloud completed the first cloud native security maturity assessment in China
力扣刷题(2022-6-28)
【硬件】标准阻值的由来
Jatpack------LiveData
Set right click to select vs code to open the file
随机推荐
Application of containerization technology in embedded field
Successfully changed Splunk default URL root path
Xiaopeng P7 had an accident and the airbag did not pop up. Is this normal?
[leetcode] most elements [169]
门牌制作 C语言
LeetCode 968. 监控二叉树
Jerry's prototype has no touch, and the reinstallation becomes normal after dismantling [chapter]
Uniapp wechat login returns user name and Avatar
Performance optimization - rigorous mode
力扣刷题(2022-6-28)
Sword finger offer II 099 Sum of minimum paths - double hundred code
Pytorch training CPU usage continues to grow (Bug)
数据分析学习记录(二)---响应曲面法及Design-Expert的简单使用
用matlab调用vs2015来编译vs工程
World Environment Day | Chow Tai Fook serves wholeheartedly to promote carbon reduction and environmental protection
Freshman learning sharing
Niuke network: maximum submatrix
antd组件upload上传xlsx文件,并读取文件内容
深度剖析数据在内存中的存储----C语言篇
P7072 [csp-j2020] live broadcast Award