I am creating a windows desktop app that will have the user create a user name and password. How can I store this securely? I understand I would want to store it on a separate server, but Is there any program or service out there that I can just integrate into my program for it to handle user names and passwords?
For example, I create the program to accept/create usernames and passwords but another server or service handles the security and storing of this, and all my program does is access it.
For example, I create the program to accept/create usernames and passwords but another server or service handles the security and storing of this, and all my program does is access it.