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
Secure programming with the OpenSSL API
First, Concept: 1. What is SSL. SSL is an abbreviation, the full name is Secure Sockets Layer. It is the standard that supports secure communication over the Internet and integrates data cryptography into
With the development of the network, security has become a very serious problem, that is, to have a higher level of credibility in terms of security, in this way, users can transmit data over the internet more securely. However, in Linux, we mainly
With the development of the network, security has become a very serious problem, that is, to have a higher level of credibility in terms of security, in this way, users can be more secure when transmitting data over the internet. However, in Linux,
Without secure server applications, secure client applications are not required. With OpenSSL, we can create secure server applications. This is not the case even though the document makes it look complicated. In this article, we will learn how to
In general, the current SaaS service provides the current SDK or API docking service that involves an authentication and data encryption issue. It is generally common practice to configure the use of asymmetric encryption to solve this problem, you
Public key pinning is a certificate chain must contain a public key in a whitelist, which means that only the certificate issuing authority (CA) that is listed on the whitelist can issue a certificate for a domain *.example.com, not any CA stored in
Installation environment: Win7 64-bit, VS2013Pre-installation: First download to http://www.openssl.org/source/ Download the latest version of openssl-1.0.2.tar.gz, extract to C: \ openssl-1.0.2http://www.activestate.com/ActivePerl Download
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.