Skip to content

TheGhostAnalyst/passwordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ” The Ghost Analyst OSINT Password Generator v1

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.

๐Ÿš€ Features

  • 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

๐Ÿ“ธ Screenshot

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

๐Ÿง  How It Works

This script:

  1. Prompts the user to enter:

    • The number of passwords to generate
    • The desired length for each password
  2. Uses Pythonโ€™s built-in random and string libraries to randomly generate each password.

  3. Displays the generated passwords in the terminal.

๐Ÿ› ๏ธ Requirements

  • Python 3.x

๐Ÿงช Usage

  1. Clone or download this repository.
  2. Run the script:
python3 password_generator.py
  1. Follow the prompts in your terminal.

โš ๏ธ Disclaimer

This tool is for educational and personal use only. Always follow best practices for password management and cybersecurity.

๐Ÿ“„ License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages