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
Expand all | Collapse all

service to send an encrypted email to outlook

  • 1.  service to send an encrypted email to outlook

    Posted Thu August 20, 2009 05:49 PM

    hello friends ,

    i have written a flow service to send an encrypted mail to outlook…
    but in the outlook the message is not decrypted properly and also the contents of the encrypted email is not been shown …which service do ineed to use for this .please could anyone help me out


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: service to send an encrypted email to outlook

    Posted Wed August 26, 2009 04:15 AM

    Hi
    Can you give details of what encryption algorithm are you using and which service are you using for the same?

    Regards


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: service to send an encrypted email to outlook

    Posted Fri August 28, 2009 08:00 AM

    Hello Pritam

    i am using DES3 Algorithm

    i am usign the following services to generate the encrypted mail.but decryption is not happening in my outlook

    1. sample.mime.helper:acquireMsg
    2. sample.smime.helpers:loadCertificateObjectList (give the receipients public key certificate as input here)
    3. pub.smime.createEncryptedData
    4. pub.cleient:smtp

    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: service to send an encrypted email to outlook

    Posted Thu September 03, 2009 01:52 AM

    Hi pavithrak,
    In the use of Encryption and decryption, both ends must uses the same Algorithm. Did u find out whether Outlook implements DES3 algorithm.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB