The document discusses enhancing login security for online applications by using encrypted one-time passwords (OTPs) sent to a user's mobile device. It describes some weaknesses of traditional static passwords, including how they are vulnerable to guessing and social engineering. The proposed approach uses AES encryption to generate an OTP, sends it securely to the user's mobile phone, and requires the user to enter both the encrypted OTP and their login password on the website. This adds authentication steps to verify the user's password, OTP, and mobile number to prevent unauthorized access. The document outlines how OTPs are generated and distributed, how AES encryption works, and the proposed mobile-based login methodology before concluding the approach enhances authentication security.