Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Feedback on 3rd party PGP encryption/decryption tool › Re: Feedback on 3rd party PGP encryption/decryption tool
[quote user="Anonymous"]
Cant seem to decrypt correctly. Pipeline Fails because it finds Public Key where it expects a Private Key
This is reiving me nuts
[/quote]
Hi,
In your Receive Pipeline, after you place the PGP Pipeline Component in the Designer area in the Decode container, highlight that component, and check the Properties box for the following:
1) ASCIIArmorFlag = False
2) Extension = pgp
3) IntegrityCheckFlag = False
4) Operation = Decrypt
5) Passphrase = your passphrase (note: this is your custom passphrase, remember that it is case-sensitive!)
6) PrivateKeyFile = full path location of your private key file (note: your private key can be stored in the same file as your public key)
With these settings, you should be able to use the pipeline component out of the box.
Post back to this thread if you have further trouble using the component, or if my post answered your question…
Regards,
Daniel.