加密 – 使用外部密钥解密加密的gpg文件

使用gpg加密文件,现在我想解密文件.

有没有办法解密文件而无需导入秘密文件?

我们在名为key.sec的文件中有密钥;我们可以将秘密文件传递给gpg作为参数(当我们从bash命令行运行decrypt命令时)在解密加密文件时使用吗?或者我们必须导入密钥然后解密加密文件?

您必须将密钥添加到密钥环.从gpg(1)文档: --no-default-keyring Do not add the default keyrings to the list of keyrings. Note that GnuPG will not operate without any keyrings, so if you use this option and do not provide alternate keyrings via --keyring or --secret-keyring, then GnuPG will still use the default public or secret keyrings.

你可以–import –no-default-keyring –secret-keyring临时导入密钥,在解密内容时使用–secret-keyring临时,然后当你’删除〜/ .gnupg / temporary.gpg文件时重做.但那只是一种解决方法.

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/502a07d00f53331ce4d10fb26036a0a9.html