Hello All,
My customer encrypted their file using their private key and then gave me their public key for me to decrypt it. I wanted to use the OpenPGP package and so far I am trying out this flow containg these:
–>wm.openpgp:getProperty (command decyptfile)
–>wm.openpgp:getProperty (pgp home)
–>pub.string:messageFormat
–>pub.file:getFile
–>wm.openpgp:execPGPb
When I try to run the flow, here are the results:
status: 0
error:
gpg: WARNING: unsafe permissions on homedir `/opt/SoftwareAG/webMethods712/gnupg’
gpg: WARNING: using insecure memory!
gpg: please see [url]http://www.gnupg.org/faq.html[/url] for more information
gpg: encrypted with 2048-bit ELG-E key, ID 0F681253, created 2009-09-21
“B2B-Test@testemail.com (Dev/Test/QA) B2BHelpdesk@testemail.com”
output:
A string containing some random number and texts
I would like to ask where should I place the public keys given to me by my customer so that I can properly decrypt the file?
I am very new to this, so I am not that sure if I’m on the right path in solving this requirement.
Thanks,
Dee
#webMethods#webMethods-General#webMethods-Architecture#Integration-Server-and-ESB