如何使用 OpenSSL
我的计算机上有一个使用 127.0.0.1 运行的 XAMPP 本地主机站点,但我想知道因为包含了 OpenSSL,我如何将它用于其他目的(例如电子邮件)。
我想知道是否有在 Windows XP SP3 上使用它的教程。
提前致谢。
I have a XAMPP localhost site running on my computer using 127.0.0.1 but I was wondering that because OpenSSL is included how do I use it for other purpose like for my emails.
I was wondering is there a tutorials for using it on Windows XP SP3.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想发送加密电子邮件,您需要执行的操作取决于您使用的电子邮件客户端。例如,如果您使用 Gmail,则可以使用浏览器插件来启用 S/MIME 支持。
或者,您可以使用 smime 命令行工具加密和解密消息。您将需要您想要向其发送加密消息的每个收件人的公钥。
如果您只想使用共享密钥(您和收件人都知道密码)而不是使用公钥/私钥来加密消息,那么使用 GPG
If you want to send encrypted e-mail what you need to do depends on what e-mail client you're using. If you're using gmail, for instance, there are browser plugins available which enable S/MIME support.
Alternately, you could use the smime command line tool to encrypt and decrypt the messages. You will need a public key from each recipient you want to send encrypted messages to.
If you just want to encrypt messages using a shared key (both you and the recipient know the password) as opposed to using public/private keys, you'd probably have an easier time using something like GPG