I need to put a batch file I've designed on a number of clients computers which automatically connects to my web-server, activate a php file, and download a CSV of their newly joined members for import.
The problem is, this batch must contain the username and password to my server, which is obviously a terrible security risk, especially with personal details contained within the same mysql database.
Is it possible to completely secure batch files so that they cannot be edited/read (Or enough to stand up legally) or can anyone suggest a more secure way for me to implement this?
Many thanks in advance, Ian