Re: How can I encrypt with a PGP pub key

2008-08-25 Thread Robert J. Hansen
张靖 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

How can I encrypt with a PGP pub key

2008-08-25 Thread 张靖
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 _

How can I encrypt with a PGP pub key and decrypt in pgp fw 6.5.8

2008-08-25 Thread 张靖
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