john.dough Asked: 2016-10-02 04:29:18 +0800 CST 为什么重复性需要 OpenPGP 加密的密码? 5 我想使用 duplicity 来备份文件,我想用 GnuPG 加密它们。我想知道为什么 duplicity 要求输入密码来加密文件。对于非对称加密,密码仅用于解密。 我正在使用以下命令: duplicity full --encrypt-key="KEY-ID" --sign-key="KEY-ID" /path/to/source file://path/to/destination 我希望重复使用给定“KEY-ID”的公共部分来加密备份。我有什么问题吗? pgp duplicity gnupg openpgp