3

In Ubuntu this produces a "filename.txt.gpg" file and works:

$ gpg --symmetric --passphrase-file keyfile.key filename.txt

In debian, I get a popup requesting I enter a password...

How do I encrypt a file with a keyfile in debian?

gpg version in debian:

$ gpg --version
gpg (GnuPG) 2.2.10
libgcrypt 1.8.3
user189798
  • 31
  • 3
  • 1
    The manpage says `--passphrase-file file ... Note that this is only used if the option --batch has also been given. This is different from GnuPG version 1.x.` – AndrolGenhald Oct 25 '18 at 18:16

0 Answers0