- Generate a random password of any length
- Force the password to contain characters of all types for a more secured password
GenPass uses the following to work properly:
- Python 3
- string - a handy library of Python to play with characters
- random - a library of Python which helps to randomize and shuffle
Free Software, Wooo!