Re: symmetric encryption is not working

2018-01-07 Thread Philip Jackson
On 06/01/18 06:27, Charles E. Blair wrote: > However, the command > > gpg testfile.gpg yields the message > >> gpg: WARNING: no command supplied. Trying to guess what you mean ... >> gpg: AES encrypted data >> gpg: encrypted with 1 passphrase > and creates a plaintext file without asking for >

Re: symmetric encryption is not working

2018-01-07 Thread Peter Lebbing
On 06/01/18 06:27, Charles E. Blair wrote: > and creates a plaintext file without asking for > a passphrase. Your gpg-agent is probably caching the passphrase. You can evict the cache with: gpgconf --reload gpg-agent After that, it will prompt you for the passphrase again. HTH, Peter. -- I

symmetric encryption is not working

2018-01-07 Thread Charles E. Blair
I have been using gpg (GnuPG) 2.1.18 on a debian linux for several years. In the last few days, I have noticed that symmetric encryption is not working. The command gpg -c --cipher-algo AES testfile creates testfile.gpg after asking for a passphrase. However, the command gpg testfile.gpg