Projects

PasswordGenerator

Python script that generates password combinations using user-provided details such as name, surname, birth date, and custom words.

View on GitHub
#python#password#wordlist#security

Password Generator

This Python script generates a variety of password combinations based on user-provided data, such as a person's name, surname, and birth date. The generated passwords are saved to a text file for easy retrieval and use.

📋 Features

  • User Input: Requests user details including name, surname, and birth date (DD/MM/YYYY format)
  • Password Generation: Generates a wide range of password combinations
  • Symbol Integration: Incorporates common symbols such as !, @, #, $, and %
  • Custom Word Input: Allows additional words to include in the password combinations
  • Multiple Combinations: Name + Date + Symbol, Date + Name + Symbol, Symbol + Name + Date, and more

⚙️ How to Use

bash
git clone https://github.com/manuelsaraceni/PasswordGenerator.git
pip install itertools
python password_generator.py

The generated passwords will be saved in a file named passwords_.txt.

🔒 Ensure you keep your generated passwords secure. These passwords are based on personal data.