App Connect

 View Only
  • 1.  Zip and Encrypt a file

    Posted Fri August 28, 2020 09:16 AM
    Doing some ACE development after 10 years away.......

    I need to read a file from an MQ message then zip and encrypt it. How would I do the zipping and encrypting? Is there something in ESQL or would I have to use a java compute node?

    ------------------------------
    Guy Clarke
    ------------------------------


  • 2.  RE: Zip and Encrypt a file

    Posted Fri August 28, 2020 09:47 AM
    I think that you have to use JCN and some libs for zipping and encrypting in the flow. If you want to send encrypted data using e.g. SOAP than you can use built-in encryption for SOAP messages (https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/ac56410_.html).

    ------------------------------
    Martin Citron
    Prague
    ------------------------------



  • 3.  RE: Zip and Encrypt a file

    Posted Fri September 04, 2020 03:25 AM
    Thanks for the reply. Unfortunately SOAP encryption is not possible, the target is an Oracle HR system and we need to use PGP encryption. I found an article about an IIB v9 PGP encryption plug in, I'll have to see if it still works in ACE. I'm not sure if its suitable but looks interesting.
    https://www.ibm.com/developerworks/websphere/library/techarticles/1412_mohta/1412_mohta.html

    ------------------------------
    Guy Clarke
    ------------------------------



  • 4.  RE: Zip and Encrypt a file

    Posted Mon September 07, 2020 06:06 AM
    One could also look into this github https://github.com/dipakpal/MyOpenTech-PGP-SupportPac

    ------------------------------
    Matthias Jungbauer
    ------------------------------



  • 5.  RE: Zip and Encrypt a file

    Posted Fri February 18, 2022 04:54 PM
    Hi Clarke, 
    I am in the similar situation, I had PGP encryption working with IIBV10 and now we are migrating to ACE12. I couldn't find a way to make it work with ACE 12. Please let us know if you had figured out a way to make it working with ACE12.

    ------------------------------
    Lokesh Bonthula
    ------------------------------



  • 6.  RE: Zip and Encrypt a file

    Posted Thu February 24, 2022 04:58 AM

    Hi Clarke

    any news? same problem here. I wish more info about PGP  



    ------------------------------
    Juan Reforme
    ------------------------------



  • 7.  RE: Zip and Encrypt a file

    Posted Thu February 24, 2022 05:35 AM
    There's a similar thread about PGP node here: https://community.ibm.com/community/user/integration/communities/community-home/digestviewer/viewthread?GroupId=373&MessageKey=b9d21b6b-a4ed-4552-b11b-e9fc7011b047&CommunityKey=77544459-9fda-40da-ae0b-fc8c76f0ce18&ReturnUrl=%2fcommunity%2fuser%2fintegration%2fcommunities%2fcommunity-home%2fdigestviewer%3fcommunitykey%3d77544459-9fda-40da-ae0b-fc8c76f0ce18
    There someone has tried to use the same support pac code as mentioned above in comment 4 but it's not immediately working for V11/12 as it seems to rely on configurable services. So it seems someone will have to go into the node and make the simple changes to swap from doing a config svc lookup to do a policy lookup.

    ------------------------------
    David Coles
    App Connect Developer
    ------------------------------