does anyone have experience using PGP file decryption with MFT events?
More specifically, has anyone used wm.mft.security.pgp:generatePGPKeyFiles to
generate PGP keys and then use the private key to decrypt a
file in a MFT event?
If you have success doing this, could you please go in detail on how you decrypted the file using an MFT event
as an example?
I ask because currently I am using MFT event to download a PGP encrypted file from an FTP server.
The file was encrypted with Kleopatra using the public key that was generated by webMethods. I try to decrypt it using an MFT event with the decrypt action but it fails. I have tried many different ways with no luck.
I have it working. To decrypt PGP files using webMethods MFT you must use PGP keys generated by webMethods. From my testing, I was not able to get PGP keys generated from 3rd party software to work with MFT decryption.
We did not use the wm.mft.security.pgp:generatePGPKeyFiles to generate our keys.
We are using the Active Transfer Decrypt and have no issue. We add our secret ring to the Decryption Key File and it works.