Hi,
In a .NET desktop application, passwords are mentioned in the ini file (passwords to connect to database ,access webservice etc)
I do not want to mention the correct password in the ini file since they are deployed in various machines. Can I encrypt the password and then decrypt it in the...