A website that includes a password strength checker and a password generator. The purpose is to learn about password security and how to strengthen passwords.
These disclaimers regard the practical usage of the password strength checker and secure password generator.
- This tool is for educational purposes only.
- Although this password strength checker does not store, log, or remember the passwords that you enter, by using this tool, you acknowledge that I am not liable by any issues that may arise from the use of passwords assessed by this checker.
- Furthermore, while this password strength checker offers general guidance on what makes a weak and strong password, it does not guarantee the strength or effectiveness of your passwords. For an accurate analysis of your password's strength, consult a cybersecurity professional and follow best practices when creating and storing passwords.
- Checks the length and complexity of passwords.
- Instant feedback for how to make your password stronger.
- A strength score (weak, moderate, strong, very strong).
- Implements best practices for secure password handling.
- Allows passwords to generate between 1 and 100 characters.
- Includes the following generation options:
- Uppercase letters
- Lowercase letters
- Numbers
- Symbols
- Spaces
- Clone this repository:
git clone https://github.com/MichaelDriguez/password-school.git
- Navigate to the project directory:
cd password-school
Run the application:
open index.html
This project is available under the MIT License.
This project was created by Michael Rodriguez.
Give a ⭐️ if this project helped you.