I'm writing an FTP app that my users will use for transferring data. I'd like to save server connection information (host name, login name, password, etc.) so that they do not have to manually type in the information. A type of connection profile.
I'm looking for advice on how best to handle this. I'd rather not save the connection information (especially the password) in clear text. Has anyone created a similar type of profile? I'm using Visual Studio 2008.
Thx!