OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: xml over https

From: Mads Rasmussen (madsopencs.com.br)
Date: Thu Feb 10 2005 - 07:25:11 CST


Burke, Charles wrote:

>This web services was not using WS Security was it?
>I am assuming the xml encryption was custom or was it provided by WSE?
>
>
No WS security, not even webservices ;-)
Just simple encryption (a .dll doing 3des encryption) of specific XML
fields in an XML file, transported between the client and the server via
https
No encryption mode, that is ECB basically.

As I said, I did a small application calling their routine to decrypt
the fields without specifying the key.

Mads