This is my password generator written in Python.
The user can decide the lenght of the password choosing the numbers of :
- the letters they want to use
- the symbols they want to use
- the numbers they want to use
The program will automatically generate 2 strong passwords using a mix of upper and lowercase letters, as well as numbers and symbols strong enough to provides great security.
One of the two passowrd will be also fully randomised.