Re: Security

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I've found that it works without all the fancy dynamic stuff...I use just a
distorted number image and FP's form field validation...and haven't gotten
any goofy email from the form in over a year. Of course it's not a busy
site..but I used to get junk mail from it regularly so I guess it works.


"Trevor L." <Trevor_L.@Canberra> wrote in message
news:eKGJlvjqGHA.4684@xxxxxxxxxxxxxxxxxxxxxxx
| Trevor L. wrote:
| > TonyMast wrote:
| >> I don't remember what it's called, but I want to create a text input
| >> to ensure it's a human typing in the information.
| >> The one says type in the above letter and numbers. These letters and
| >> numbers are an image and slightly off centered and slanted.
| >>
| >> Thanks
| >
| > There have been some recent posts on this topic.
| >
| > I was also interested but didn't find anything useful - sure there
| > were references to some sites that used it, but how to implement ??
| >
| > Actually to answer my own question, I think the sites in question
| > linked to various random images and obviously some file which
| > contained the translation into characters, so each time a different
| > set of characters is used and a different response is required.
| > Perhaps we should both keep watching
|
| Well, Tony
|
| I did a bit of searching and this method is called captchas
http://captchas.net/
|
| To use this technology, your web pages have to be generated dynamically by
any programming language like PHP, JSP, Python, ASP,
| Perl. To encode the password the Message Digest Algorithm MD5 is required.
It is part of most of the named languages or can easily
| be installed.
|
| So for an ordinary page it may not work (unless one can simulate this
using JavaScript)
|
| --
| Cheers,
| Trevor L.
| Website: http://tandcl.homemail.com.au
|
|


.



Relevant Pages

  • Re: Security
    ... Trevor L. wrote: ... linked to various random images and obviously some file which ... set of characters is used and a different response is required. ... To use this technology, your web pages have to be generated dynamically by any programming language like PHP, JSP, Python, ASP, ...
    (microsoft.public.frontpage.programming)
  • Re: template with editable and non-editable areas
    ... A form field will accept far more than a row of characters. ... Please read Dian Chapman's articles, ...
    (microsoft.public.word.pagelayout)
  • PHP converts form field characters to underscores
    ... I've noticed that PHP ... converts certain form field-name characters to underscores. ... form field which does not contain valid variable-name characters is ... printable characters and then converting them back when I parse the ...
    (comp.lang.php)
  • Re: TextBox limit
    ... I am talking about a TextBox on a UserForm. ... that's not possible with a text form field. ... from pressing Enter or otherwise inserting more characters, ...
    (microsoft.public.word.vba.general)
  • Re: Count remaining characters in a form field
    ... I was wondering if it's possible to display the number of characters ... remaining in a form field. ... It certainly can be done in a text box in a UserForm (just write a ... Make a macro that ...
    (microsoft.public.word.vba.general)