Skip to content

mgubin/captcha_without_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha without database

Synopsis

Using captcha without storing any information on the server side.

Description

This is a test application to try to make a protection by captcha for site's form. The following conditions must be met:

  1. Сann't use third-party services, such as Google reCAPTCHA.
  2. Сann't store any information on the server side.
  3. Сann't install additional Perl modules.

Current status

Beta: A fully working version, but requiring explicit improvements.

TODO

  1. Code review.
  2. Tests.
  3. Documentation.

About

Using cookies without storing any information on the server side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published