当前位置:网站首页>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 .
边栏推荐
- 深度剖析数据在内存中的存储----C语言篇
- [羊城杯2020]easyphp
- [chestnut sugar GIS] how does global mapper batch produce ground contour lines through DSM
- 密码技术---密钥和SSL/TLS
- Start from the bottom structure to learn the customization and testing of FPGA --- Xilinx ROM IP
- 分布式监控系统zabbix
- 【硬件】标准阻值的由来
- [leetcode] there are duplicate elements [217]
- 数据标注典型案例,景联文科技如何助力企业搭建数据方案
- 景联文科技低价策略帮助AI企业降低模型训练成本
猜你喜欢
随机推荐
深度剖析数据在内存中的存储----C语言篇
pytorch训练CPU占用持续增长(bug)
Qt QScrollArea
To myself who is about to work
数据标注典型案例,景联文科技如何助力企业搭建数据方案
Splunk audit setting
详解Promise使用
移动端 1px 像素兼容性问题,实现1px 边框
[chestnut sugar GIS] how does global mapper batch produce ground contour lines through DSM
Golang's learning route
BBR 遭遇 CUBIC
MySQL queries nearby data And sort by distance
Higher order operation of bits
阿里云有奖体验:如何使用 PolarDB-X
Jerry's charge unplugged, unable to touch the boot [chapter]
Jinglianwen technology's low price strategy helps AI enterprises reduce model training costs
P7072 [csp-j2020] live broadcast Award
Editor Caton
Jerry's prototype has no touch, and the reinstallation becomes normal after dismantling [chapter]
1px pixel compatibility of mobile terminal, 1px border