Skip to content

This basic web application checks for the presence of uppercase letters, lowercase letters, digits, special characters, and if the password is at least 8 characters long. Depending on how many of these criteria the password meets, it will be rated as "Weak", "Medium", or "Strong".

Notifications You must be signed in to change notification settings

face9533/super-duper-eureka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

密码强度测试器 | Password Strength Tester

这是一个简单的 Web 应用,用于测试密码的强度。 | This is a simple web application for testing the strength of a password.

开始 | Getting Started

这个项目使用 Flask Web 框架。要运行这个项目,你需要安装 Flask。 | This project uses the Flask Web framework. To run this project, you need to install Flask.

安装 | Installation

使用 pip 安装 Flask: | Install Flask using pip:

pip install flask

运行 | Usage

运行下面的命令来启动应用: | Run the following command to start the application:

python password_strength_tester.py

应用将在 http://127.0.0.1:5000 上运行。 | The application will run on http://127.0.0.1:5000.

贡献 | Contributing

欢迎通过 Pull Requests 来贡献你的代码。 | Contributions are welcome through Pull Requests.

许可证 | License

MIT

About

This basic web application checks for the presence of uppercase letters, lowercase letters, digits, special characters, and if the password is at least 8 characters long. Depending on how many of these criteria the password meets, it will be rated as "Weak", "Medium", or "Strong".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages