A lot of sites are using security codes to prevent automated signup (for instance paypal.com when you signup for a new account has one at the bottom). I'm sure you've seen it, it's an image with some characters and you must type correct characters in the input field in order to submit the form successfully.
My question is how can be this image with characthers generated using Perl and how can I pass the code to the script (so i can compare it to the one the user typed in)?
Thanks in advance!
My question is how can be this image with characthers generated using Perl and how can I pass the code to the script (so i can compare it to the one the user typed in)?
Thanks in advance!