I am in need of a PGP service for .NET that will provide the following:
我需要为。net提供PGP服务,提供以下服务:
-
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!
我们发现了一些产品,但对它们的工作方式并不完全满意。有什么建议吗?谢谢!
1 个解决方案
#1
4
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.
很难猜测您可以尝试什么,因为对于。net没有太多的OpenPGP实现。也就是说,我们的SecureBlackbox产品的OpenPGPBlackbox包是。net (BouncyCastle提供了一些东西,但它们似乎仅限于旧的RFC 2440)的唯一完整的完整实现。欢迎您检查OpenPGPBlackbox,如果您有问题,请联系我们在产品页面上描述的技术支持。
#1
4
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.
很难猜测您可以尝试什么,因为对于。net没有太多的OpenPGP实现。也就是说,我们的SecureBlackbox产品的OpenPGPBlackbox包是。net (BouncyCastle提供了一些东西,但它们似乎仅限于旧的RFC 2440)的唯一完整的完整实现。欢迎您检查OpenPGPBlackbox,如果您有问题,请联系我们在产品页面上描述的技术支持。