Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
12 stars 16 forks source link

CAPTCHA Generator #35

Open deepika-rana opened 4 years ago

deepika-rana commented 4 years ago

Description

Make a unique CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) every time and ask the user to enter the same CAPTCHA within 10 seconds and checking the user input with the generated CAPTCHA.

If the user exceeds 10 seconds it generates a warning and presents the user with a new CAPTCHA otherwise validate the user as human. Identify the user as not human after the 2nd warning.

Language

Type of issue

The checklist will be updated by the maintainers / author of this issue according to the language in which snippets are added or are proposed to be added.