In the UI of my winForm I ask the user for a user name and password. I store this password as text in the Settings (the .settings file) of my project. The app is a visual Studio Add-in
How can I encrypt and decrypt the password before and after I enter it into the Settings file?
I don't really need anything fancy. It's just a little in-house app. But I'd like to know all my options
Thanks Bob
I dd it with this:
I have my own service (written in one of my project) you can use my codes if you want :) You can Encrypt / Decrypt byte[] and strings