简体   繁体   中英

Websphere server encryption and Decryption

I have developed a web service example using Axis1/Axis2 frame work. Am using websphere as server. Using SOAP UI a,able send request and get the response. How to encrypt the request and response.

You can choose between TLS, WS-Security or you could apply both. Furthermore, you can of course always implement security in your application protocol as well, but that may be harder than it looks at first sight. To note: I think about 90% of WS-Security was broken at a specific time (due to oracle attacks on XML encryption) so even "professionals" can get it wrong.

An introduction in any of these technologies is far beyond the scope of StackOverflow.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM