joe_pool_is
Contributor
What's the best method of saving a client's password?
For example, I have an FTP tool where the client has to supply a username
and password. I could just store the password in a local variable, but then
the client would need to re-supply that every time.
Is there a recommended way to store passwords on the PC?
Would I store in the registry, a binary file in the Application Data folder, or something else?
Thanks for helping.
For example, I have an FTP tool where the client has to supply a username
and password. I could just store the password in a local variable, but then
the client would need to re-supply that every time.
Is there a recommended way to store passwords on the PC?
Would I store in the registry, a binary file in the Application Data folder, or something else?
Thanks for helping.