webMethods

webMethods

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.  Encrytion/Decryption using TripleDES

    Posted Tue June 26, 2007 08:17 PM

    Hi All,
    I have a requirement where i need to Encrypt and Decrypt the Credit Card information in webMethods using TripleDES .

    Does our webMethods support Encryption and Decrytion using TripleDES? If yes are there any built in services in webMethods to achieve this?

    Any help is greatly appreciated.

    Thanks,
    Yarkar


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


  • 2.  RE: Encrytion/Decryption using TripleDES

    Posted Wed June 27, 2007 03:18 PM

    I have written a java service with the Blow Fish encrption & decryption algorithms. Let me know if you need any information on that. It basically Encrypts input string and produces encrypted string and key using Blowfish block cipher. Blowfish is a symmetric block cipher that can be used as a drop-in replacement for DES or IDEA. It takes a variable-length key, from 32 bits to 448 bits, making it ideal for both domestic and exportable use.


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


  • 3.  RE: Encrytion/Decryption using TripleDES

    Posted Wed June 27, 2007 06:44 PM

    It’s always good practice to cite your sources when using someone else’s words.


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