Password Tools Using Python

Language

Title: Password Tools
Developer Name: Brendan Rodgers
Email: [email protected]

Github: https://github.com/blackburnman04

 

Description: A basic Python script/program using Tkinter that allows users to perform the following functions:

1. Generate a single random password
2. Generate a number of passwords specified by the user of a certain length specified by the user to a text file in a location of their choice
3. Test the strength of a password that is inputted by the user.
4. Test the strength of a text file selected by the user containing passwords (the text file created by the program/script in feature 2 would be ideal to test).

Installation/Usage:

- Extract attached .zip file

- Load password.py file

I am a beginner programmer with Python so this is likely to contain possible bugs and the logic of the program may be flawed in general.

I hope to improve my skills as time goes on and create more challenging and useful scripts/program.


Imports used:

tkinter
random
os

I hope to add extra features soon to this script/program such as:

- The ability to copy the generated password in step 1 to clipboard
- Connection to exposed password api to check if the generated password has appeared in any leaks

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment