Results 1 to 4 of 4

Thread: webservice encryption?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602

    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

  2. #2
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    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

  3. #3
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    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

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602

    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
  •  



Click Here to Expand Forum to Full Width