On 3/19/21 11:53 AM, Todd Zullinger wrote:
ToddAndMargo via users wrote:
Hi All,
I encrypted a file with
gpg --symmetric foobar.txt
It created foobar.txt.gpg file as expected
and I DID NOT tell it to store the passphrase.
$ cat foobar.txt.gpg
clearly showed a binary file.
When I ra
19.03.21, 19:19 +0100, ToddAndMargo via users:
> I encrypted a file with
> gpg --symmetric foobar.txt
>
> It created foobar.txt.gpg file as expected
> and I DID NOT tell it to store the passphrase.
>
> $ cat foobar.txt.gpg
> clearly showed a binary file.
>
> When I ran
> $less foo
ToddAndMargo via users wrote:
> Hi All,
>
> I encrypted a file with
> gpg --symmetric foobar.txt
>
> It created foobar.txt.gpg file as expected
> and I DID NOT tell it to store the passphrase.
>
>$ cat foobar.txt.gpg
> clearly showed a binary file.
>
> When I ran
>$less foobar.txt.