This is the second task that I have to deliver on a Computer Security course I am attending
You will develop a program that tests the strength of passwords. A sample program could be found in howsecureismypassword.net. Your program should display the time in seconds that it takes to crack a given password, based on the settings (calculations per second). You should also display all the information in the details section.
You are free to use a programming language of your choice.
Deliverables:
- A document in pdf format that demonstrates the functionality of the program (screenshots) and a read me section on how to run the program.
- The source code of the program