Support Forums
Timed Password Cracker - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32)
+---- Thread: Timed Password Cracker (/showthread.php?tid=29521)



Timed Password Cracker - Gamewalkerz - 12-30-2015

For a SRP (Student Research Project) I have chosen to see if length or complexity is what gives a password it's strength (Or both for that matter)
To do this I was going to write a Python script which inputs a word (phrase or jumble of lettering) and then goes through all combinations of letters to get to it.
The thing is though, I am stuck on the last part, inputting the variable is easy and setting up a timer as well is a breeze. 
Even if it is just a start, it would be great help Smile

Please help, Gamewalkerz.