K
Keith Henderson
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?
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?