Closed frances-sepulveda closed 7 months ago
Approved but, when possible, add implementation ideas, and possible ways to implement the captcha system into the existing website framework.
As soon you press log in it will ask you to complete a captcha task.
The captcha is completed, but I will need to create a generator for random captcha codes.
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.