uprm-inso4101-2023-2024-s2 / semester-project-rumaradoptionapp

semester-project-rumaradoptionapp created by GitHub Classroom
5 stars 0 forks source link

New Feature: Implement CAPTCHA #196

Closed frances-sepulveda closed 7 months ago

frances-sepulveda commented 8 months ago

Integrating CAPTCHA into the login process is a powerful method to deter automated login attempts and enhance security by distinguishing human users from bots. Through tasks that are simple for humans but challenging for automated scripts, such as recognizing distorted text or identifying objects in images, CAPTCHA protects user accounts against brute force attacks. This straightforward addition to the login page effectively increases security without significantly impacting user experience, ensuring a balance between accessibility and protection against unauthorized access.

evnd04 commented 8 months ago

Approved but, when possible, add implementation ideas, and possible ways to implement the captcha system into the existing website framework.

HectorSepul commented 7 months ago

As soon you press log in it will ask you to complete a captcha task.

HectorSepul commented 7 months ago

The captcha is completed, but I will need to create a generator for random captcha codes.