Skip to main content

Password security measurement tool

Project description

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:

lcfershell 18267661 @lcfhershell @alfiandecker2 @alfiandecker2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passwordtest-1.2.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

passwordtest-1.2-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page