Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dark-lon3r/password-generator


https://github.com/dark-lon3r/password-generator

password-generator python-generator python-password-generator python-sc python3 script

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# password-generator

This script generates random passwords based on the specified length and character set.

## Features

- Generates random passwords of variable length within a given range
- Supports customization of the character set used for generating passwords
- Multithreaded implementation for generating a large number of passwords efficiently

## Prerequisites

- Python 3.x

## Usage

1. Clone the repository or download the script `password_generator.py` to your local machine.
2. Open a terminal or command prompt and navigate to the directory where the script is located.

### Generating Passwords

To generate passwords, you can use the `generete_password`.

#### Single Thread

If you want to generate passwords using a single thread, follow these steps:

1. Open the script `password_generator.py` in a text editor.
2. Adjust the settings in the "Настройки" section according to your requirements. You can modify the minimum and maximum length of passwords, the character set, and the output file name.
3. Save the changes.
4. Run the script by executing the following command:

```bash
python password_generator.py