- 1
Password Guesser Without BruteForce Ideas? Concerns? Suggestions?
Recently I have made a password guesser on my solo learn public code, what it does is uses a For/While loop while also using many if/elif/else statements to calculate correctly whatever input you type into it. I noticed that many people use brute-force to make a password guesser and I think that it does all the work for you which is nice for a company employee that doesn't have much time but it isn't nice for me who likes to overcomplicate things for myself to challenge myself. Anyways I would appreciate if you guys would take a look at it and comment your honest feedback and suggestions etc so I can learn to improve my code!
1 Answer
0
What about dictionary attacks?