张靖 wrote:
> Is that impossible to encrypt with a PGP public key?
Yes.
> My PGP is FW 6.5.8, and I tested to import the public key to GPG,
6.5.8 is old. "Decrepit" might be a better word to use for it. It
_way_ predates RFC4880, and thus you need to tell GnuPG to work around
PGP 6.5.8's limitat
Hi
Is that impossible to encrypt with a PGP public key?
My PGP is FW 6.5.8, and I tested to import the public key to GPG, encrypt a
file with it, and decrypt the gpg file by PGP.
But the descryption seemed failed
Who knows how to do that?
--
Best Regards
--
Zhang Jing
_
hi
I'm now working on encrypt files with the public key which was exported from
PGP FW 6.5.8
But pgp still could not decrypt the gpg file correctly.
Following is my command lines:
$ gpg --import pgp_public_key.asc
$ gpg --pgp6 -r UID --encrypt test.txt
$ pgp test.txt.gpg -o test_decr.txt
Unreco