/bruteForceGame

A game to brute force your own password. Discover how secure is your password and how much time will it take to go over it.

Primary LanguagePython

bruteForceGame

A game to brute force your own password. Discover how secure is your password and how much time will it take to go over it.

Installation

Download the file bruteForceGame.py from this repository.

Usage

  • python bruteForceGame.py
  • Available options: -v: Verbose

Example

python bruteForceGame.py javi

This will output:

Max variations: 689869781056
------------
Found your password after 17560445 trys (6.8258 seconds)

Your password is: javi
------------