About OpenSSL OpenSSL
SSL is an abbreviation for the Secure Socket Layer protocol, which provides covert transmission over the Internet. Netscape Company introduced the SSL protocol standard at the same time as the first web browser, there are now 3.
OpenSSLUser Guide
Directory
• Introduction
• Compile
• Run openssl.exe
• Algorithm Programming API
4.1 symmetric algorithms
4.1.1 des
4.1.2 A es
4.1.3 RC4
4.1.4 EVP _
4.2 Public Key Algorithm
4.3 Hash Algorithm
4.4 random number Algorithm
• SSL
Directory
• Introduction
• Compile
• Run openssl.exe
• Algorithm Programming API
•Introduction
OpenSSL is a widely used open-source SSL implementation. Because various encryption algorithms are implemented for SSL, OpenSSL is also a widely used
OpenSSL symmetric encryption algorithm commands
1. symmetric encryption algorithm Overview
The openssl Encryption Algorithm Library provides a wide range of symmetric encryption algorithms. We can use the symmetric encryption algorithm commands
DES (Data Encryption Standard) is a group symmetric cipher algorithm . des employs a 64-bit packet length and a 56-bit key length , which takes 64-bit inputs through a series of transformations to get 64-bit output. Decryption uses the same steps
OpenSSL introduction and compilation steps on Windows, Linux, and Mac systems
OpenSSL Introduction: OpenSSL is a powerful Secure Socket Layer password library, which includes major cryptographic algorithms, common keys, certificate encapsulation
1. Overview of symmetric encryption algorithmsOpenSSL's cryptographic algorithm library provides a rich symmetric encryption algorithm that can be used in the form of symmetric cryptographic algorithm directives provided by OpenSSL, or by invoking
1. Overview of Asymmetric encryption algorithmsAsymmetric encryption algorithm is also called Public key algorithm, which solves the problem of symmetric encryption algorithm key distribution, the basic features of asymmetric encryption algorithm
In HTTPS learning note two, the concept of digital certificates has been clarified, composed and how the client validates the server-side certificate during the HTTPS connection process. This chapter describes how to use the OpenSSL library to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.