c# - .NET: what are my options for decrypting a password in my project .setting file -


in ui of winform ask user user name , password. store password text in settings (the .settings file) of project. app visual studio add-in

how can encrypt , decrypt password before , after enter settings file?

i don't need fancy. it's little in-house app. i'd know options

thanks bob

use .net cryptography features simple as in article.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -