The person that receives a flyer will go to the web site and enter their six digit code. If their six digit code matches the winning six digit code (that only I know), then they will win a prize.
I know how to do everything so far (HTML form, parsing the form, checking their code against my code), but I don't know how to hide the winning six digit code in my Perl script. I need to prevent someone from viewing my script and finding out the winning code.
I am looking for suggestions on how to hide the winning code from hackers...
Thanks,
Tony