Re: not include the password and name

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: S. Han (_at_)
Date: 09/16/04


Date: Thu, 16 Sep 2004 09:09:02 -0700

Use the Cryptograph APIs. More info can be found at MSDN website.

"Keith Henderson" <khenderson@projectresources.nospam.com> wrote in message
news:OqbyB1$mEHA.2764@TK2MSFTNGP11.phx.gbl...
> I have an applicaiton that needs to pass to to a 3rd party application a
> username and password. The name and password are not provided by or known
> by the user. They're also not for a connection string to a database, I
use
> SSPI for that. I do not want to compile them in the app. I can use an
> app.config file if i need to but the name & password have to be encrypted
> and then decrypted for that one time they are passed to this application.
>
> How do i store them encrypted and then decrypted them?
>
>