My app is using a unique password to access a MS Access database.
Currently this is stored as plain text in a settings project.
What would be the best place to store this?
Thanks,
Alex
P.S. A colleague recommends source code obfuscation. What do you think?
You’ll want to look into the
ProtectedDataclass. There’s a good article here about how to encrypt passwords and store them in theapp.configfile, although you should be able to use the same approach wherever you store your passwords.