encrypt

  1. A

    Password encryptionin dotnet

    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...
  2. qwertzguy

    How to store a password securely?

    Hello, I have an application that has to login on an online service. And I want peoples to be able to store their password for that online service in my application so that they don't need to enter it each time they launch my application. The thing is how do I store this password safely? So...
Back
Top