【发布时间】:2012-03-13 20:32:18
【问题描述】:
我们有一个使用 Symantec 的 PGP Universal Web Messenger 的系统。
这意味着电子邮件是使用来自 pkcs12 证书的 s/mime 加密发送给我的。
我在阅读 PHP 中的消息时遇到了一些问题。
我有所有的 imap 代码,但现在我如何读取加密的 p7m 附件。它只是 Base64 编码和签名吗?
编辑:我有公钥。
这是 mime 信息:-
Content-Type: application/pkcs7-mime; smime-type=enveloped-data;\r\n\tname="Message.p7m"\r\nContent-Transfer-Encoding: BASE64\r\nContent-Disposition: attachment; filename="Message.p7m"
【问题讨论】: