-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
feitao wrote:
> Hi,
>
> My environment is Windows XP, gpg 1.4.2.2. I just found out that the
> following are different:
> 1) gpg -o a.gpg -e a.txt
> 2) gpg -e < a.txt> a.gpg
>
> When using -o, the gpg file embeds the original filename, thus
> gpg -
Hi,
My environment is Windows XP, gpg 1.4.2.2. I just found out that the
following are different:
1) gpg -o a.gpg -e a.txt
2) gpg -e < a.txt > a.gpg
When using -o, the gpg file embeds the original filename, thus
gpg --use-embedded-filenmae a.gpg
is valid. However, 2) does not embed the filenam