The project is to do pre-check of password before sending to server
Most often we input wrong passwords due to CAPS Lock or Typo. The solution is to reduce the server communication for such mistakes.
The purpose of the project is to capture and address unintentional human errors that could be resolved at the client side during the login process.
Solution Abstract:
An array of images are loaded at the client side. One of the images is displayed for every password entered based on a simple algorithm.