PY-passwordtest V.1
This script is to measure password security from Brute Force and Dictionary (worldlist) attacks, by calculating the number, location, and character level. the longer and more varied the character of the password, the harder it is to crack
Installation
-
Pip
python -V-
Windows:
python -m pip install passwordtest -
Unix or Mac:
pip install passwordtest
-
-
GIT
-
Windows, Unix and Mac:
git clone https://github.com/LcfherShell/passwordtest cd passwordtest python -m pip install . or python setup.py
-
Usage Example
1. from passwordtest.main import PasswordTest
2. password = 'Hello'
3. passwordtest = PasswordTest(active=True)#call class
4. required_time = PasswordTest.__time__(text=data) #getting time
5. sorttime = passwordtest.Sort_Pw(text=[required_time[0], required_time[1]) #sorttime by min and max
6. badtime = sorttime[1] #time late
7. goodtime = sorttime[0] #fastest time
8. goodtime = passwordtest.Convert_Date(goodtime)#covert to time
9. security = passwordtest._Score_Point(password)##get score point
10.Precent =passwordtest.Precent_Safesecurity(security, badtime, password)#get percent security
11.print(goodtime, security, Precent)
Shell Demo
open commandprompt and type passwordtest
📫Bug reports: LCFHERSHELL@TUTANOTA.COM
Sociall Media:
Release files for passwordtest 1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| passwordtest-1.2.tar.gz | 10.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| passwordtest-1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.3 kB
Release files / passwordtest-1.2.tar.gz
| Download URL | passwordtest-1.2.tar.gz |
|---|---|
| Size | 10.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c63262c98c88f93c525b312f934dc2fe8e57bdc015d18f0e205d6fe2efd97dcd
|
|
BLAKE2b-256 checksum How to use checksums |
99213dae4625157cf533167ac2f15a25c704973d282c96c4e503b9855899cc0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.0
|
Release files / passwordtest-1.2-py3-none-any.whl
| Download URL | passwordtest-1.2-py3-none-any.whl |
|---|---|
| Size | 10.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
558aebae85cfe2453de5be0eea6b4a1f7618f2deb898c6b0ad75ceec3211d28c
|
|
BLAKE2b-256 checksum How to use checksums |
a642886859b416108359ab6e517dc01472f1f1719a1db4efe833a89f9b84f351
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.0
|