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
Post a Comment