Encrypting name and password



I'm build a windows application where I pass the user id and password to WS
to authenticate the user. I'd like to create a private key to encrypt the
information before passing it to the WS. The WS will, in turn, decrypt the
information using the private key to authenticate the user. The WS is using
a dll which queries the AD to see if the user is valid. I'd like to know
what is the best way to do this? Any pointer would be very helpful. Thanks!
.



Relevant Pages

  • Re: Computer Certificate Private Key
    ... Only v2 certificate templates give you the control that you desire. ... I have auto enrollment for computer template. ... It is not a security breach if *you* decide to put the private key on the ... >>> If I use different computer and i tried to authenticate, to IAS, ...
    (microsoft.public.security)
  • Re: Computer Certificate Private Key
    ... I have auto enrollment for computer template. ... It is not a security breach if *you* decide to put the private key on the ... If I use different computer and i tried to authenticate, to IAS, would ... However, the recipient of a signed key exchange (in this case, IAS) might ...
    (microsoft.public.security)
  • Re: Computer Certificate Private Key
    ... *You* have decided to export a private key and import it on a non-trusted host. ... It is not a security breach if *you* decide to put the private key on the offending host. ... but it does not authenticate to domain. ... However, the recipient of a signed key exchange (in this case, IAS) might ...
    (microsoft.public.security)
  • Re: X509 certificates with ssh
    ... The keytool utility does not allow you to ... extract the private key from it's Java Key Store file. ... >> can authenticate to an account I have on another system. ... I did not find a canonical way to extract a public key ...
    (comp.security.ssh)
  • Re: Encrypting name and password
    ... William Stacey [MVP] ... > I'm build a windows application where I pass the user id and password to ... > information using the private key to authenticate the user. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)