Skip to content

khalane-roshani/CaptchaVerification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaptchaVerification 🛡️

CaptchaVerification is a lightweight JavaScript-based security utility designed to prevent bot submissions and automated attacks. By implementing a custom verification layer, it ensures that interactions are performed by real users rather than scripts.


📋 Project Overview

  • Author: Roshani Khalane
  • Created: January 2026
  • Language: JavaScript
  • Purpose: User Authentication & Bot Prevention

🛡️ Key Security Features

  1. Dynamic Challenge Generation: Creates unique captcha patterns for every session.
  2. Bot Prevention: Stops automated scripts from submitting forms or accessing sensitive endpoints.
  3. Client-Side Validation: Fast, responsive validation to improve user experience before server hits.

🚀 Installation & Usage

1. Include the Script

Include the captcha logic in your HTML file:

<script src="path/to/script.js"></script>

About

Captcha generation and verification using Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors