IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  PGP or GnuPG used with webMethods to decrypt documents received from a partner

    Posted Wed June 19, 2002 04:40 PM

    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


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: PGP or GnuPG used with webMethods to decrypt documents received from a partner

    Posted Wed June 19, 2002 05:21 PM

    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 ).


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: PGP or GnuPG used with webMethods to decrypt documents received from a partner

    Posted Tue June 25, 2002 05:13 AM

    There was a discussion on the Openitx list. Someone else ended up using GPG (as opposed to PGP) using a shell script.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: PGP or GnuPG used with webMethods to decrypt documents received from a partner

    Posted Mon October 21, 2013 11:05 AM

    Please could you tell me if there is anything concrete now regarding PGP or GnuPG encryption of files, preferably with an available Java API to automate the process.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 5.  RE: PGP or GnuPG used with webMethods to decrypt documents received from a partner

    Posted Mon October 21, 2013 11:37 AM

    Christopher,

    There are two options. The ActiveTransfer product supports PGP out of the box. Second is to use the OpenPGP sample package, link below.

    http://techcommunity.softwareag.com/ecosystem/communities/codesamples/webmethods/esb/SAMPLE-20120523151105291.html

    – Tim


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 6.  RE: PGP or GnuPG used with webMethods to decrypt documents received from a partner

    Posted Mon October 21, 2013 12:28 PM

    If you have WmEDIforTN package, there is a PGP folder,
    you can try to use the services under it.
    It’s internally using the Cryptix lib.
    HTH,


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods