In advance, thank you for all of your advice...
So I am building a C# app that will save SSH connection settings for users. It kind of resembles Putty allowing a user to enter multiple SSH connections. The user will be able to recall these settings for each connection when launched.
I have been Googling today to determine the best way to store this information. It appears XML is the way to go. I am wondering if anyone has an alternate suggestion. I also am wondering how to encrypt the password each user enters into each of their connections.
Is there a better way to do this or am I on track?
Note: SQL is not an option as this software would be run on home user computers connecting into a corporate network.