Encrytion/Decryption using TripleDES

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

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.

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