AI-inspired password strength scoring system
Project description
passrank
This is a Python library that evaluates the strength of passwords using a custom point-based system. It scores the password based on length, character variety, and transitions between characters.
Commands
evaluate(<password>)
- Returns the numeric score of the given password.
rate(<score>)
- Returns the human-readable rating (e.g., Weak, Moderate, Strong).
Disclaimer
This tool has a high accuracy rate, but not 100%.
Use it at your own risk.
The author is not responsible if your password gets found in a data breach and you get cooked i.e incur any loss.
Example
import passrank
score = passrank.evaluate("IlvuM10@")
print(score) # e.g. 1250
print(passrank.rate(score)) # Strong
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file passrank-1.0.0.tar.gz.
File metadata
- Download URL: passrank-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b84dcd4c797ce6b532e4d74bf334baa100da86ce1b6fe71d96a548ad8192fe4
|
|
| MD5 |
fc2c61469cc842266f76b32417b475af
|
|
| BLAKE2b-256 |
ea606f678489ef6e53f39d44e04e37f05b2d237ef4451368ab6e3f5ca45fc642
|
File details
Details for the file passrank-1.0.0-py3-none-any.whl.
File metadata
- Download URL: passrank-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7b45724c9f007b4f5f74be496d4f9a82d47b02eb60a09133037918b3494e615
|
|
| MD5 |
7a768a7f83cc043b41ddf6554e77cde6
|
|
| BLAKE2b-256 |
e7c00edaf83af7c7b907b83133bec2a5a1236e2c59bcc0c514ee82a2a96e4fbd
|