I have a script that accesses a website and retrieves information, problem is a login is required to do so, and I currently login with a cookie which has the password encrypted in it (at least I think it's encrypted)
I have registered an account just for this script to use, and it's working fine. But when I pass this script out, it will be possible to use the line of code from the script to login to the account via a browser and possibly make the script no longer work. I plan on only giving the script to a few friends, but I'd still like to make it at least hard to login to the account outside of the script, if even only by making the login cookie look different within the script. Any suggestions?
If it becomes a problem later on I suppose I'll just add a login command to the script so everyone can use their own account.
Last edited by schism; 26/05/06 04:18 AM.