vote up 3 vote down star
1

I want to store a password in a config file but i would like it to be encrypted so that in the app it can be read, decrypted and used. What's the best way to encrypt a password like this?
Edit: I want to encrypt only password, not whole config, or whole section.

flag

72% accept rate

2 Answers

vote up 3 vote down

Encrypting Passwords in a .NET app.config File

link|flag
but this works only on my computer! i mean: if i encrypt the password on my computer, the other user that gets the app installed is not able to decrypt the password and therefore to use my application – agnieszka Sep 10 at 21:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.