First, Perl installation:1. Download and unzip the software: Tar zxvf perl-5.24.0.tar.gz2, run./configure.gnu-help view Help, run./configure.gnu-des-dprefix=/usr/local/perl-dusethreads-uversiononly Set source code3. Compiling and installing Makemake install4. Back up the old Perl and replace the new PerlMv/usr/bin/
perl directory.
Installation:
1. Run the "cmd" command, enter the MS-DOS, and check whether Perl is properly installed under the EG folder of the Perl installation directory:
Cd c: \ Perl \ Eg
Run Perl example. pl in this directory.
If "hellofrom ActivePerl!" is displayed
Install OpenSSL in windows today.Prerequisites: VC ++ 6.0 is installed (the tool is used for configuration)Resource:Openssl-0.9.8eActivePerl-5.8.8.822-MSWin32-x86-280952Process:I. Preparation: download and install Perl, unzip the openssl-0.9.8e2. Run "cmd", CD to change the directory to the directory where the openssl-
Recently received a task to convert a CER format security certificate to PEM format, originating from the LoadRunner script does not support CER format security certificates.
Because of the security certificate format a lot, pay attention to many, here only the transformation process described
First, the premise
Download good
1.vc6
2.activeperl5.8 (must be version 5.8, it looks like that one of the openssl-0.9.8b in the installation script only recogn
Perl's original designer was Larry Wall (Larry Wall), which was published on December 18, 1987. Perl borrows the features of C, sed, awk, shell scripting, and many other programming languages. Larry Wall Published version 1.0 of the Perl scripting language in newsgroup comp.sources.misc, when he was a programmer at Unisys company. Perl borrowed from the features
://www.activestate.com/activeperl/downloads( ActivePerl is a script interpreter of perl );
3. install ActivePerl in the Directory D: \ ProgramFiles \ Perl64, open the command prompt, locate it to the Directory D: \ ProgramFiles \ Perl64 \ eg, and execute perl example. pl. If the prompt is Hello fromActivePerl! The installation of Perl is successful. You can start
Original
introduction of OpenSSL
OpenSSL is currently the most popular SSL password library tool, it provides a universal, robust, full-featured tool suite to support the implementation of the SSL/TLS protocol.Official website: https://www.openssl.org/source/ composing partial cipher algorithm library key and certificate encapsulation management function SSL Communication API Interface use establish RSA,
Add a custom encryption algorithm and OpenSSL encryption algorithm to openssl.
I. Introduction
This document introduces how to add a custom encryption algorithm to OpenSSL by taking the custom algorithm EVP_ssf33 as an example.
Step 2
1. Modify crypto/object/objects.txt and register the algorithm OID as follows:
rsadsi 3 255 : SSF33 : ssf33
2. Go to
Please be sure to install the openssl-0.9.8a. openssl-1.0.0 I did not compile successfully.How to compile OpenSSL under Windows (Vs2005 using Vc8 's CL compiler)1, when installing activeperl//initialization, need to use the Perl interpreter2. Use Visual Studio 2005 Command prompt under VS2005 to enter the console mode
contains many cryptographic algorithm implementations, And the SSL sub-directory contains the implementation of the SSL protocol.
Decompress the package in Linux:
$ Tar zxf OpenSSL-0.9.8 .tar.gz
In Windows, you can use WinZip or WinRAR.
2.2Compilation tool
Compiling OpenSSL requires the Perl and C compilers. In Windows, if you want to implement the encryption al
Upgrade the OpenSSL version to version 1.0.2l for exampleHere's how:1. Download the latest version of the OpenSSL source packagewget ftp://ftp.openssl.org/source/openssl-1.0.2l.tar.gzhttps://www.openssl.org/source/2. Installing OpenSSL1) TAR–XZVF openssl-1.0.2l.tar.gz2) CD openssl
implemented in C language.
The predecessor of OpenSSL is ssleay, an open-source SSL implementation developed by Eric Young. It supports SSLv2, V3, and tlsv1.
With the popularization of the SSL protocol, OpenSSL is widely used in TCP/socket-based network programs, especially the combination of OpenSSL and Apache. It is a typical configuration of many e-commerce w
Rsautl is a tool for RSA, a subset of the features of RSA and dgst that can be used to generate digital signatures, verify digital signatures, encrypt and decrypt files .Pkeyutl is a generic tool for asymmetric encryption, which is roughly the same as rsautl, so it only explains Rsautl here.OpenSSL rsautl [-in file] [-out file] [-inkey file] [-pubin] [-certin] [-passin arg] [-sign] [-verify] [-encrypt] [-decry PT] [-hexdump] OpenSSL pkeyutl [-in file]
Copy the Code code as follows:
Yum-y Install OpenSSL
/usr/local/bin/is the installation directory for PHP
Switch to the Etx/openssl directory of the PHP installation directory
Cd/root/soft/php-5.2.8/ext/openssl
Copy the Code code as follows:
/usr/local/bin/phpize
Cannot find CONFIG.M4.
Make sure this you run '/usr/local/bin/phpize ' in the top level source
PHP openssl encryption extension usage Summary (recommended), openssl Summary
Introduction
In the history of Internet development, security has always been a topic that developers pay great attention to. To ensure data transmission security, we need to ensure that data sources (non-counterfeit requests), data integrity (not modified), Data Privacy (ciphertext, cannot be directly read), etc. Although the SSL
)
Install Nginx
The code is as follows
Copy Code
Make make install
Restore the original Nginx configuration, restart the service canIf you have other use OpenSSL, refer to Apache and Nginx solutions.Test vulnerability existsUse attachment poc.py to detect vulnerabilities based on script prompts.Such as:Test https://192.168.0.1 vulnerability exists execution command as follows
The code is a
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.