我试图验证对KeePass的2.14的安装文件的最新版本的PGP签名本签名,但是这是我收到的输出:
C:\Program Files (x86)\GNU\GnuPG>gpg.exe --verify C:\Users\User\Desktop\KeePass-2.14-Setup.exe
gpg: no valid OpenPGP data found.
gpg: the signature could not be verified.
Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.
C:\Program Files (x86)\GNU\GnuPG>
Run Code Online (Sandbox Code Playgroud)
我在这里找到了这个命令,但它没有提到“.sig”或“.asc”文件,所以我想我做错了什么。通过阅读手册页,我进一步尝试了以下内容:
C:\Program Files (x86)\GNU\GnuPG>gpg.exe --pgpfile C:\Users\User\Desktop\KeePass-2.14-Setup.exe
gpg: Invalid option "--pgpfile"
C:\Program Files (x86)\GNU\GnuPG>
Run Code Online (Sandbox Code Playgroud)
如您所见,结果非常令人困惑......
我在 SuperUser 上查看了这个,但似乎没有一个链接真正解决了我的问题,至少还不够直接让我对如何继续推进这个问题有任何想法。
这里有人可以帮助我了解 OpenPGP 的深奥技术和 GnuPG 程序的相关使用吗?我觉得学习 VBS 很愚蠢,但这绝不是羞辱:这绝对削弱并削弱了我对 IT 技能的任何信心(再说一次,我也没有理由吹嘘,因为我还没有获得 A+证书,哈哈)。
更新 04-04-2011 …