Skip to content

teshay-btw/password-generator

Repository files navigation

Brute-force Password Generator

Brute-force Password Generator is a simple and fast tool for generating random passwords of any complexity. It supports multiple character sets and customizable lengths, creating strong passwords suitable for testing, training, and improving security. It also supports generating multiple passwords at once and saving them to a file for further brute-force testing. This project is inspired by an old Python script I made several years ago. Its source code is located in the "original" folder.

Functionality

  • A simple, minimalist interface.
  • Can include punctuation, lowercase, uppercase, and numeric characters.
  • Can generate a specified number of passwords with a random length within a range.
  • Can remove awkward and similar characters.

Usage

  • Select the desired parameters (length and character set)
  • Click the Generate Password/s button
  • Copy the generated password/s or save the result to a file.

Why this particular generator?

This isn't just a password generator, it's specifically designed for brute-force testing. More features and flexibility will be added in the future.

How do I install it?

  • Click the "Releases" button.
  • Download the latest release zip file.
  • Unzip the zip file for easy access.
  • Open Password Generator.exe
image

About

Brute-force password generator

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors