|
-
Jun 1st, 2005, 03:10 AM
#1
Thread Starter
Frenzied Member
webservice encryption?
Hi!
I have a webservice which sends username and password as text (it has a webmethod that accepts username&pwd as parameter)
Which is the easiest way to make this encrypted?
/Henrik
-
Jun 1st, 2005, 05:44 AM
#2
Re: webservice encryption?
Hmm...why do you need encryption?
Why does your web service pass the users password back? This should never be done really as there should never be a need to do this.
I would encrypt the password if you really want to go down this method.
Woka
-
Jun 1st, 2005, 02:28 PM
#3
I wonder how many charact
Re: webservice encryption?
Use the HTTPS protocol. Since webservices pass data back as XML, you really can only secure the transport, not the contents.
http://www-106.ibm.com/developerwork...y/ws-sec1.html
-
Jun 7th, 2005, 01:32 AM
#4
Thread Starter
Frenzied Member
Re: webservice encryption?
Thanks m8!
I pass username and password as part of ldap authentication process...
I have also checked the WSE encryption, but it was not easy to get started with (i thought)... I will try SSL
/henrik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|