与powershell的gpg

时间:2012-03-12 14:02:06

标签: powershell gnupg

我使用了gnupg 1.4版本,而PowerShell中的这段代码解密加密文件工作正常:

echo mypassphrase | C:\gpg.exe --passphrase-fd 0 --output c:\list.xls --decrypt c:\gnupg\crypted\list.gpg

现在我已经安装了GNUPG2,它不再起作用了。唯一改变的是gpg.exe到gpg2.exe

当我通过命令行运行此命令时,它停留在此处:

You need a passphrase to unlock the secret key for
user: "Marcel Seln (MS) <mseln@seln.sk>"
2048-bit RSA key, ID ED189121, created 2012-03-02 (main key ID 792EF596)

(唯一有帮助的是ctrl + c来中断命令)

谢谢。

1 个答案:

答案 0 :(得分:1)

当我使用GNU Privacy Assistent时,我发现这个问题也发生了。它冻结,CPU消耗为100%。我不知道为什么会在我全新的Windows Server 2003虚拟机上发生这种情况,但是当我重新启动它时,一切正常。事件日志中没有可疑事件.. 谢谢你的时间!