This application enables employees to effortlessly generate secure, custom passwords. Utilizing JavaScript, this tool dynamically updates HTML and CSS, providing a seamless and secure password creation experience based on user-selected criteria.
Potential employers want to randomly generate a password that meets a certain criteria so that it provides greater security to sensitive data.
1. Showcases a popup message asking for the number of characters that the user wants to use; only digits will be accepted and not words.
2. If the number of characters is less than 8 or greater than 128, the application will not generate a password.
4. The user is at liberty to add upper case, lower case, numeric and/or even special characters. The only condition is to add at least one of the four.
https://github.com/imooon/utor-assignment3