To get the correct password after bombarding tons of random password
Here we will ask user for a password then we will generate random password using all the alphabets through random library and the script will end only when the password is matched otherwise it will continuously goes on and on.
- List out the libraries imported ->random
Here for using we need to install random library then we have to run our script so it will ask uesr to write their password and after that thousands of ranodm password will be generated until the correct one is found.
Neel Shah