【问题标题】:PGP decrypt file via ProcessStartInfoPGP 通过 ProcessStartInfo 解密文件
【发布时间】:2013-05-22 15:14:12
【问题描述】:

我正在使用this 页面上描述的技术来解密文件 PGP。

但有时您会看到一个弹出窗口,将密码短语置于命令中,尽管已将密码短语指示为 解密文件。

有人遇到过类似的问题吗?

谢谢。

【问题讨论】:

标签: c# pgp gnupg


【解决方案1】:

调用 gpg 时,尝试使用以下参数进行调用:

> gpg --batch --yes --passphrase <the passphrase> --output <output file> --decrypt <encrypted file>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-17
    • 2012-04-29
    • 2020-12-13
    • 1970-01-01
    • 2018-05-22
    • 1970-01-01
    相关资源
    最近更新 更多