Password Guesser Without BruteForce Ideas? Concerns? Suggestions? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 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!

29th Nov 2018, 11:49 PM
Joe Cline
Joe Cline - avatar
1 Antwort
0
What about dictionary attacks?
17th Apr 2020, 7:55 PM
Felix Stolle
Felix Stolle - avatar