PDA

View Full Version : PGP or GnuPG used with webMethods to decrypt documents received from a partner


leistb
06-19-2002, 10:09
Anyone using PGP or GnuPG to decrypt documents during a webMethods flow?

My partner is using PGP to encrypt files on an FTP server and I need to retrieve, decrypt and push file to my backend. Perferably I would like to manage this with a webMethods flow service or java service.

Thanks,
Brian

Ravinder
06-19-2002, 10:51
To do this, you have to have Java API for PGP. As per international licensing restrictions, Java JCE ( Java Crypography ) implementation is not available. There is a Java solutions from PGP if you are interested to go through that route ( Java Service from webmethods ).

sonam
06-24-2002, 22:42
There was a discussion on the Openitx list. Someone else ended up using GPG (as opposed to PGP) using a shell script.