欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

浅析PKI加密解密 OpenSSL

程序员文章站 2023-11-15 12:19:52
点击下载openssl window与linux要区分的 解压文件 双击: win32openssl-0_9_8l_95895.exe 安装完毕后 \open...

点击下载openssl

window与linux要区分的

解压文件

双击:

win32openssl-0_9_8l_95895.exe

安装完毕后

\openssl\bin\openssl.exe

输入命令,生成私钥

genrsa -out private-rsa.pem

输入命令,生成公钥

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