Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
My boss has asked me to add a feature to our webform that forces the user to enter the word located in 'encrypted image'. You see this a lot all over the web in order to stop programs/people from automatically submitting their forms (using Mechanize or whatever). Once a user correctly enters the 'word' in the image with the form, the form submission is accepted and processed by the program.
Does anyone know where I can find information on how to implement this? Where do i get the images? Has anyone else done this?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Image encryption?
by moklevat (Priest) on Dec 14, 2007 at 15:35 UTC | |
Re: Image encryption?
by naChoZ (Curate) on Dec 14, 2007 at 16:07 UTC | |
Re: Image encryption?
by marto (Cardinal) on Dec 14, 2007 at 15:38 UTC | |
Re: Image encryption?
by dorward (Curate) on Dec 15, 2007 at 10:06 UTC |