Re: not include the password and name
From: S. Han (_at_)
Date: 09/16/04
- Next message: BobM: "RE: Store XML in database - newbie question"
- Previous message: Rob Lykens: "RE: Soucecontrol Information"
- In reply to: Keith Henderson: "not include the password and name"
- Next in thread: Dmitriy Lapshin [C# / .NET MVP]: "Re: not include the password and name"
- Messages sorted by: [ date ] [ thread ]
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?
>
>
- Next message: BobM: "RE: Store XML in database - newbie question"
- Previous message: Rob Lykens: "RE: Soucecontrol Information"
- In reply to: Keith Henderson: "not include the password and name"
- Next in thread: Dmitriy Lapshin [C# / .NET MVP]: "Re: not include the password and name"
- Messages sorted by: [ date ] [ thread ]