Re: How do you secure a web service?



"aualias" <aualias@xxxxxxxxxxxxxxxxx> wrote in
news:#tGK5PlVFHA.1796@xxxxxxxxxxxxxxxxxxxx:
> For this scenario, what is the best method of securing the web service?
> SSL? Encrypt the username/password? Other.

SSL is the easiest. Unless you are sending large amounts of data, or high
volumes you wont notice any difference and its very easy to implement.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
.



Relevant Pages

  • Re: SSL question
    ... It has some methods which are accessible by some client applications. ... I have developed this web service with the use of SSL in my head, ... > SSL will encrypt this information. ...
    (microsoft.public.inetserver.iis.security)
  • Re: SSL question
    ... It has some methods which are accessible by some client applications. ... I have developed this web service with the use of SSL in my head, ... > SSL will encrypt this information. ...
    (microsoft.public.inetserver.iis.security)
  • SSL question
    ... I have made a Web Service with .NET remoting classes, ... These methods will return immediatly so the client can do some other stuff. ... SSL will encrypt this information. ...
    (microsoft.public.inetserver.iis.security)
  • SSL question on async data
    ... I have made a Web Service with .NET remoting classes, ... These methods will return immediatly so the client can do some other stuff. ... SSL will encrypt this information. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Encrypt/Decrypt Username Password using Public Key
    ... Why do you want to encrypt? ... WSE has all the mechanics for creating tokens based on username/password - and if you run over SSL that's totally fine. ...
    (microsoft.public.dotnet.security)

Loading