A simple and Efficient Password Generator
8 September, 2020
12
12
0
Contributors
Password generator
This is a simple and Web application that converts Generates strong password.
Technology used: HTML5, CSS3 and Javascript.
Password can be generated using various means eg Length of character, uppercase and lowercase letter, numbers, and symbols. To make the password very hard to crack and more secured, users are expected to make use of those factors mentioned in the last sentence.
This application make extensive use of Javascript functions and keywords such as:
Password generators are extensively used in almost every secured application to secure the user's credentials (Password) and make it almost impossible to get hacked.
You can find a working demo here https://passkeygenerator.netlify.app/
Thanks for your time 👍
javascript project
security