Beginners-Python-Projects icon indicating copy to clipboard operation
Beginners-Python-Projects copied to clipboard

give standard password implementation.

Open Alisadaintanvir opened this issue 7 months ago • 0 comments

In the previous code, the email and password were hidden while typing, deviating from standard practice. Adjusted the behavior to display the email while typing, and used the 'stdiomask' library to mask the password with asterisks for improved security.

Alisadaintanvir avatar Nov 09 '23 15:11 Alisadaintanvir