码迷,mamicode.com
首页 > 移动开发 > 详细

ios php RSA 非对称加密解密 der 和pem生成

时间:2014-12-24 11:38:50      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:

ios 使用public_key.der加密

php 使用 private_key.pem解密

 


openssl req -x509 -out public_key.der -outform der -new -newkey rsa:1024 -keyout private_key.pem

phrase: 

countryName : CN
StateName:Zhejiang
CityName:

organizationName: 
organizational Unit Name:  

CommonName:  

email address:  

openssl rsa -in private_key.pem -pubout -out public_key.pem [----用于测试----]

 

ios php RSA 非对称加密解密 der 和pem生成

标签:

原文地址:http://www.cnblogs.com/the-moving-ear/p/4181921.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!