Profile icon
Rithvik Kandula
@RithvikKandula1
Imagine using light mode...
Pyton is good
Password creater & cracker 3.0 in 350 lines
Made with PythonThis is my 3.0 version of my password cracker. My last one is based on going through each and every possible password. This one is basically the same but it is testing for each possibility for each length in its separate thread. This one is much faster than 2.0 and 1.0, but takes up more cpu power.Recent comments (5)Alpharumeric3 months agobrokenRithvikKandula15 months agoMuch more affective than 2.0  632 seconds faster than 2.0Password creater & cracker 2.0 in 250 lines
Made with PythonThis is my 2.0 version of my password cracker. My last one is based on picking a random character and required knowing the length of the password. This one doesn't. It is much quicker and doesn't take a random amount of time to figure out.Recent comments (4)RithvikKandula11 month ago***GO TO ---->*** [Password creator and cracker 3.0 in 350 lines](https://replit.com/@RithvikKandula1/Password-creater-and-cracker-30-in-350-lines?v=1) it is my latest version and uses the same method, but with threadshaydenmerk1012 months agois there a brute force that gos to a -z A-z 1-9RithvikKandula15 months agoI dont think this is reliable either.  It took 28 minutes and 35 seconds to crack the password Im starting on 3.0(based on threads)RithvikKandula15 months agoMy last one worked on the concept of picking random characters and we had to know the length of the password, unlike now. This is also much faster mainly bcuz the last version took a random amount of time.Colour affect
Loading gifs
Password creater & cracker in 100 lines 1.0
Made with PythonThis is not very powerful, or fast, but it is small. If you enter more than 3 lines, it will take forever(long enough for me to not know if it even works). Tell me if there are any glitchesRecent comments (3)abodeGames2 months agoi created one better of thatRithvikKandula15 months agoGo to my newest password cracker, the 2.0 version of this one. Link: https://replit.com/@RithvikKandula1/Password-creater-and-cracker-20-in-250-lines?v=1RithvikKandula15 months agoThis isnt powerful, but its a good first try. Works for less than 4 charectors atleast.
All Repls