Bitpass

Bitpass is a complex password generator utility which utilizes the slot technique to generate strong passwords of required length having combinations of lower and upper characters, digits and symbols.

Installation

  1. Make sure Python 3+ is installed.
  2. Clone this repodotory :
    $ git clone https://github.com/krvaibhaw/bitpass.git
  1. Change Directory :
    $ cd bitpass
  1. Install requirements
    $ pip install requirements.txt
  1. Run the program:
    $ python bitpass.py 
  1. Input the size of the required password
    Enter total number of characters : 20
  1. A password of the required size will be displayed
    n8%%<m%>[9mgI451%|cB

Feel free to follow along the code provided along with mentioned comments for
better understanding of the project, if any issues feel free to reach me out.

GitHub

https://github.com/krvaibhaw/bitpass