ios php RSA 非对称加密解密 der 和pem生成
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 [----用于测试----]
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。