.NET 的 PGP 服务允许任意密钥
我需要 .NET 的 PGP 服务,该服务将提供以下功能:
以字节数组和/或流形式提供的文件的加密/解密(例如,写入硬盘驱动器并让服务读取它是不可接受的)
使用以字节数组和/或流形式传入的任意密钥
需要为在服务器上运行的无头服务工作,而没有人监视它(不需要模式弹出窗口或用户输入)
我们已经试用了几种产品,但对它们的工作方式并不完全满意。有什么建议吗?谢谢!
I am in need of a PGP service for .NET that will provide the following:
Encryption/decryption of files provided as byte arrays and/or streams (e.g. writing to hard drive and having the service read it is unacceptable)
Use of arbitrary keys passed in as byte arrays and/or streams
Needs to work for a headless service running on a server with nobody watching it (no modal popups or user input required)
We've felt out a couple of products but not been totally pleased with how any of them worked. Are there any suggestions? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很难猜测您可以尝试什么,因为 .NET 的 OpenPGP 实现并不多。也就是说,我们的 SecureBlackbox 产品的 OpenPGPBlackbox 包是唯一全面的独立实现.NET(BouncyCastle 也提供了一些东西,但它们似乎仅限于较旧的 RFC 2440)。欢迎您检查 OpenPGPBlackbox,如果您有任何问题,请按照产品页面上的说明联系我们的技术支持。
It's hard to guess what you could try as there are not much OpenPGP implementations for .NET. Namely, OpenPGPBlackbox package of our SecureBlackbox product is the only comprehensive self-contained implementation for .NET (BouncyCastle offers something as well, but they seem to be limited to older RFC 2440). You are welcome to check OpenPGPBlackbox and if you have problems with it, contact our technical support as described on product pages.