In my program, I wish to assign a password to a list of users, how would i go about setting up and using this? (links to sites with relevant info will work too) thanks.
This is a discussion on Login Help within the C++ Programming forums, part of the General Programming Boards category; In my program, I wish to assign a password to a list of users, how would i go about setting ...
In my program, I wish to assign a password to a list of users, how would i go about setting up and using this? (links to sites with relevant info will work too) thanks.
PHP and XML
Let's talk about SAX
You could encrypt the passwords and write them to a file to save them. Ask away if you need any more help.