Welcome to The Ghost Analyst OSINT Password Generator v1 โ a lightweight Python-based tool designed to generate strong, secure, and random passwords for personal or professional use.
- Generate multiple passwords in one go
- Customize password length
- Uses a full character set (uppercase, lowercase, digits, and punctuation)
- Simple and easy to use in the terminal
- Saves generated password to a file and give full path to the .txt file that contains the generated password
Welcome to The Ghost Analyst OSINT Password Generator v1
Generate secure passwords for your accounts.
How many passwords do you want to generate? 3
How long should each password be? 12
Generating passwords...
Password 1: A5^kG2*9@LmN
Password 2: d@8H!zR#uQ0V
Password 3: %F7qP)3t!bXe
This script:
-
Prompts the user to enter:
- The number of passwords to generate
- The desired length for each password
-
Uses Pythonโs built-in
random
andstring
libraries to randomly generate each password. -
Displays the generated passwords in the terminal.
- Python 3.x
- Clone or download this repository.
- Run the script:
python3 password_generator.py
- Follow the prompts in your terminal.
This tool is for educational and personal use only. Always follow best practices for password management and cybersecurity.
This project is open-source and available under the MIT License.