Skip to content

Releases: vmhq/password-generator

V 1.0.0

19 Nov 04:07
Compare
Choose a tag to compare

Password Generator v1.0.0 Release

Version: 1.0.0

Key Features

  • Customizable Length: Users can specify the desired length of the password.
  • Optional Character Sets: Users have the option to include uppercase letters, numbers, and symbols in their passwords.
  • Improved Readability: The generator avoids using visually similar characters like 'l' (lowercase L), 'I' (uppercase i), 'O' (uppercase o), '0' (zero), and '1' (one) to reduce confusion.
  • Enhanced Security: Utilizes the secrets module for generating secure random choices, making it suitable for creating strong passwords and cryptographic keys.

Usage

The tool is straightforward to use. Run the program, and you will be prompted to enter the desired password length and whether you wish to include uppercase letters, numbers, and symbols. The program will then generate a password based on your preferences.

System Requirements

  • Python 3.x

Installation

Simply clone the repository and run the script in a Python environment.

Contributing

Contributions to the Password Generator are welcome! Please feel free to submit issues and pull requests.

License

This project is licensed under MIT License.