-
Security Issues: Authentication and Encryption (2 messages)
- Posted by: Z Huang
- Posted on: November 17 2004 13:40 EST
When using Web Services, how to authenticate users and make the XML messages confidential? We need to implement very strong security policies.Threaded Messages (2)
- Security Issues: Authentication and Encryption by Raghu Kodali on November 18 2004 14:43 EST
- Security Issues: Authentication and Encryption by Per Joergensen on November 22 2004 17:28 EST
-
Security Issues: Authentication and Encryption[ Go to top ]
- Posted by: Raghu Kodali
- Posted on: November 18 2004 14:43 EST
- in response to Z Huang
Check out Web services security. Recently Sun has released a new Java Web services Developer Pack which has support for WS-Secuirty.
http://java.sun.com/webservices/downloads/webservicespack.html
Some of the appserver vendors also have support for this spec.
raghu -
Security Issues: Authentication and Encryption[ Go to top ]
- Posted by: Per Joergensen
- Posted on: November 22 2004 17:28 EST
- in response to Z Huang
Hallo
WS-security is an option, but you can always use https for the Encryption and use certificates for Authentication of your users.
This is wellknown and is secure.
/Per