posted on Thursday, August 12, 2004 9:41 PM by csteen

Web Service Encryption Options

I have a web service and client that I need to encrypt some of the messages utilizing TripleDES. I currently investigating WSE2 as a solution. Does anyone know of any good examples using WSE2 and symetrical encryption? Are there other options?

Update: One option I have found is to use a SoapExtension to encrypt/decrypt the data. Here is a link to an article by Rob Howard describing the process.

Comments