我们可以在 PHP 中使用 .cer 格式的私钥进行加密吗?
从 PHP 函数来看,
openssl_public_encrypt ( string $data , string &$crypted , mixed $key )
它仅适用于 $key 的 .pem 吗?或者我们可以使用.cer 或.crt?
From PHP function
openssl_public_encrypt ( string $data , string &$crypted , mixed $key )
does it work only with .pem for the $key? or we can use .cer or .crt?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您的标题是错误的,因为 openssl_public_encrypt 使用公钥而不是私钥加密数据。但是,这里列出了 X.509 证书的常见文件扩展名:
It seems that your title is wrong because openssl_public_encrypt encrypts data with a public key, not with a private key. However, here is a list with common filename extensions for X.509 certificates are: