This project generates random passwords following standard rules.
- Contain at least one special character.
- Contain at least one number.
- Contain at least one lower case or upper case letter.
- The password size is typically 8 characters.
These four conditions ensure the password is unique and not found in password breaches.
Note that it won't generate the same password twice so ensure you save your password elsewhere till we include a save feature.
To contribute to this project, send email to [email protected].
If there are future updates on this project, they might/should include the following features:
- Password save (logging).
- Check password strength.
- Password length option selector.
- Condition selector.
- Customize and Generate (Enter the SiteName, and Username/Email associated with the password).
- Pin generator.
- Password Validator
Project Link: https://github.com/ediomoeffiong/Password_Generator