Simple Analysis of PKI encryption and decryption OpenSSL

  • 2020-07-21 07:01:08
  • OfStack

Click to download OpenSSL

To distinguish window from linux

Unzip the files

Double-click on the:

Win32OpenSSL-0_9_8l_95895.exe

After installation

\OpenSSL\bin\openssl.exe

Enter the command to generate the private key

genrsa -out private-rsa.pem

Enter the command to generate the public key

rsa -in private-rsa.pem -pubout -out public-rsa.cer


Related articles: