Home > php教程 > PHP源码 > openssl RSA密钥生成|RSA密钥对生成|密钥生成批处理工具

openssl RSA密钥生成|RSA密钥对生成|密钥生成批处理工具

PHP中文网
Release: 2016-05-22 17:22:26
Original
1333 people have browsed it

openssl.exe genrsa -out pem/private_key.pem 1024

openssl.exe rsa -in pem/private_key.pem -pubout -out pem/public_key.pem

openssl.exe pkcs8 -topk8 -inform PEM -in pem/private_key.pem -outform PEM -nocrypt

openssl.exe pkcs8 -topk8 -inform PEM -in pem/private_key.pem -outform PEM -nocrypt -out pem/private_key_pkcs8.pem
Copy after login

2. [图片] 20140207111617156.jpgopenssl RSA密钥生成|RSA密钥对生成|密钥生成批处理工具    


openssl RSA密钥生成|RSA密钥对生成|密钥生成批处理工具

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template