Storing username and password

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have an application that has a username and password hard-coded in it. I
would like to remove this from inside the application but keep it secure.
What is a good way to do this?

Mark
 
I have an application that has a username and password hard-coded in it.  I
would like to remove this from inside the application but keep it secure.
What is a good way to do this?

Mark

Encrypted XML file.
 
Back
Top