AdityaSinha2305 / ForkTheCaptcha

This is a simple and static website. Create your first Pull Request here and contribute in Hacktoberfest 2024! If you like give a star⭐
https://adityasinha2305.github.io/ForkTheCaptcha/
MIT License
14 stars 32 forks source link

Converted Text to Image to Prevent Bypass #76

Open Vai-Man opened 1 day ago

Vai-Man commented 1 day ago

The current captcha implementation uses plain text, which can be easily inspected and extracted from the page source (e.g., using developer tools). brave_bNkQVnscd4

To address this vulnerability, I implemented a solution by converting the captcha from plain text to an image. brave_DMYV1Kk3zC

Please review this solution and let me know if I should open a PR for the implementation.

Vai-Man commented 6 hours ago

@AdityaSinha2305 Implemented the feature and opened a PR

AdityaSinha2305 commented 9 minutes ago

@Vai-Man Surely, we'll look into it.