A Python package to check vulnerability and strength of a password.
Project description
Python Password Checker
A Python package to check vulnerability and strength pf a password.
Usage
# importing the package
from password_checker import pc4
checker = pc4.PasswordChecker('YOUR_PASSWORD')
# The PasswordChecker will take String as a Argument
# To check vulnerability of a password.
checker.isvulnerable() # Returns True if it is vulnerable.
# importing the package
from password_checker import pc4
checker = pc4.PasswordChecker('YOUR_PASSWORD')
# The PasswordChecker will take String as a Argument
# To check Strength of a password.
checker.isstrength() # Returns True if it is following password policy.
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 password-checker-1.0.2.tar.gz.
File metadata
- Download URL: password-checker-1.0.2.tar.gz
- Upload date:
- Size: 4.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b286592a11e89320ebf9eb5e47be0aff682330d182b8bad064b93912b02f0d24
|
|
| MD5 |
8a8d209f88946e1debd31f1080c3189a
|
|
| BLAKE2b-256 |
b4c316adcc37eeaf85eb100b46f5244e6654c9977864f7a187c55bfbe50c6a60
|
File details
Details for the file password_checker-1.0.2-py3-none-any.whl.
File metadata
- Download URL: password_checker-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
357ad45512cb3374bae8e800a7b639b655cea6b5f00303db63d6a4146c436927
|
|
| MD5 |
14096503fb3fa5f789e650cabdf09785
|
|
| BLAKE2b-256 |
a919fbd32f68da96560ff89e487376dfdd64607ca42455aec8e936136e2539f5
|