Dynamic Access Codes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim

    #1

    Dynamic Access Codes


    Lately, I've been seeing a lot of those dynamically created access code images
    on web forms. You know, some little jpg or gif image that has a random series of
    letters and numbers. The form says something to the effect, "Enter the code you
    see in the image. This is to protect you from webcrawlers.... "

    What are these images called? Is there some class in the framework that handles
    these?

    I did a lot of searching for things like "Dynamic access codes", but I can't
    find a definitive name for them. I must be way off base in my searching. Can
    anyone help?

    Thanks!

  • Cor Ligthert [MVP]

    #2
    Re: Dynamic Access Codes

    Jim,

    I don't know what is the name, however if you want to know how to make it
    using ASPNET and than just one time.



    Because that in this way it is nothing for a production environment I have
    not set it on our website, mabye I change it completely in the way you want
    it and do it than.

    Cor


    Comment

    • Cerebrus99

      #3
      Re: Dynamic Access Codes

      Hi Jim,

      I think there are other solutions available for this, rather than
      implementing it yourself, I haven't seen any open-source implementations .

      I would also be interested to know how they do it. It's seems easy to create
      an image by drawing text, but how do they distort the text ???

      www.captcha.com provides this explanation of the "Dynamic access codes" :

      A CAPTCHATM is a program that can generate and grade tests that most humans
      can pass, but current computer programs can't pass. For example, humans can
      read distorted text as the one shown below, but current computer programs
      can't.

      In short, such a code is used to keep out Web-Bots.

      Regards,

      Cerebrus.

      "Jim" <jim@eank.net > wrote in message news:43F88CDF.8 652324B@eank.ne t...[color=blue]
      >
      > Lately, I've been seeing a lot of those dynamically created access code[/color]
      images[color=blue]
      > on web forms. You know, some little jpg or gif image that has a random[/color]
      series of[color=blue]
      > letters and numbers. The form says something to the effect, "Enter the[/color]
      code you[color=blue]
      > see in the image. This is to protect you from webcrawlers.... "
      >
      > What are these images called? Is there some class in the framework that[/color]
      handles[color=blue]
      > these?
      >
      > I did a lot of searching for things like "Dynamic access codes", but I[/color]
      can't[color=blue]
      > find a definitive name for them. I must be way off base in my searching.[/color]
      Can[color=blue]
      > anyone help?
      >
      > Thanks!
      >[/color]


      Comment

      Working...