客户端证明公钥加密
我想向非技术客户设置敏感数据的自动电子邮件,并且我正在寻找一些非常易于使用的公钥加密(或更确切地说解密)桌面软件,我可以提供给他们,这将使他们能够生成受密码保护的密钥对,以一种他们可以轻松放入电子邮件中的方式向他们提供公钥,然后提供一个简单的浏览-选择-解密功能,他们可以在我发送给他们的任何下载的附件上使用。最后我希望使用 Bouncy Castle 的 PGP 之类的东西。
有人有什么建议吗?我研究过 GPG 和 SecureZip,但两者都显得不够简单和集中。软件除了生成和解密之外做的事情越少越好,否则我将被迫使用对称 Winzip 密码保护。
I want to set up an automated email of sensitive data to a non-techy client, and I'm looking for some very easy to use public key encryption (or rather decryption) desktop software I can supply them which will allow them to generate a password protected key pair, present the public key to them in a way which they can easily put in an email to me, and then offer a nice straightforward browse-select-decrypt function they can use on any downloaded attachment I send them. At my end I'd be hoping to use the likes of Bouncy Castle's PGP.
Does anyone have any recommendations? I've looked at GPG and SecureZip and neither appears straightforward and focused enough. The less the software does beyond generate and decrypt the better really, otherwise I'm going to be pushed towards using symmetric Winzip password protection.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用商业/开源库(使用 OpenPGP 或 ZIP 加密或其他任何东西),并编写小型实用程序,它将为客户完成所需的任务。
You can use commercial/opensource library (Which uses OpenPGP, or ZIP encryption, or whatever else), and write small utility, which will do the needed task for customer.
根据您的预算和现有应用程序,您可以使用适用于 Microsoft Outlook 的标准 PGP 插件,该插件将通过向现有图标添加一个简单的按钮来提供非常简单的加密/解密集成。
Lotus Notes 也有类似的插件,并且还有一系列开源插件。
使用此途径可以最大限度地减少用户知识方面的问题。如果他们稍微精通技术,您可以使用各种应用程序,例如 Windows Privacy Tray(包含 GPG 并且免费),但它确实需要几个简单的步骤来加密/解密/管理密钥等。
Depending on your budget and existing apps, you could use a standard PGP plugin for Microsoft Outlook which will offer very simple encrypt/decrypt integration by the addition of a simple button to the existing icons.
Lotus Notes also has a similar plugin, and there are a range of open source ones as well.
Using this route you minimise problems with user knowledge. If they are slightly more tech savvy, you can use various apps such as Windows Privacy Tray (which incorporates GPG and is free) but it does require a couple of simple steps to encrypt/decrypt/manage keys etc.