Tag: gnupg

我们使用BouncyCastle API为客户端加密文件。 在尝试解密时,他从PGP获得了“仅供您选择”的消息。 为什么?

我们使用Bouncy.Castle C#API进行PGP加密。 我绝不是PGP加密专家和各种可用选项。 加密似乎运行正常,但是,当客户端尝试解密时,他说PGP不会输出到文件,只会输出到屏幕,因为它标记为“仅供您选择”。 这是–verbose消息: pgp –decrypt Client_FileExport_20110510_020011.zip.pgp Client_FileExport_20110511_132203.zip.pgp –info verbose McAfee E-Business Server v8.5 – Full License (c) 1991-2006 McAfee, Inc. All Rights Reserved. Setting temporary directory to C:\DOCUME~1\$963\LOCALS~1\Temp\ Decoding data…. event 1: initial event 13: BeginLex event 8: Analyze File is encrypted. event 9: Recipients Secret key is required to read it. Key […]

使用C#的GnuPG包装器

我使用GnuPG和C#来加密带有导入公钥的文件。 但是当我尝试加密时,GnuPG用主用户的公钥加密文件。 我确信我通过了正确的收件人。