Skip to content
Open navbar menu
Sign UpLog In

Community

#passwordcracker
PromptFinder
Profile picture for CoderGautamYTCoderGautamYT
DATA
Profile picture for SteveMoracoSteveMoraco
Diplop
Profile picture for mathieufloresmathieuflores
Explore the Community HubSubmit a Deployment
Community Hub
Submit Deployment
FEATURED
LenaAtReplit
Welcome to the Replit Community!
jeff
Announcing Ghostwriter Chat
TOP TAGS
#python
#javascript
#ai
#apps
#html
#fun
#game
#simple
#python3
#java
#cpp
#bash
#Css
#c
Zenogener
Zenogener
published a Repl
13 days ago
1
Hyper Password Cracker
Hyper Password CrackerType your password in this password cracker and you can choose if it will tell you how many attempts it took the program to solve it, the more attempts there are the more secure your password is. Hacked easily: 1-500 Bad: 500-2000 Needs improvement: 2000-10000 Decent: 10000-20000 Good: 20000-50000 Incredible: 50000-100000 1/100000000 chance you will get hacked: 100000-1000000000 Impossible to hack!: 1000000000-∞ This works and has been tested by many people, the longer your password is and the more types of special characters, numbers, uppercase letters, or the program showing its work the longer it will take, do not exit the tab or check the code while it is trying to find your password, if you do all the progress of finding your password will be lost. And also, do not give up on it if it takes to long, you can go to another tab or do something else if it is taking a while and if it takes super long, that means you have a very strong password. 2k runs and the cpu gets upgraded!
Zenogener
Zenogener
I made this after 4+ hours of hard work! It is very slow so if you have any recommendations on how to make it faster, please comment it here.13 days ago
BeastOracle
BeastOracle
Wow! Impressive! It's basically a brute force program. I remember making a brute force password program in the past in Python, the problem is that Python is very slow as it is an interpreted, and my "optimizations" only made it 1.2x faster. What can you do to make it faster is to optimize it, however that would be in vain, as the aforementioned problem is that Python is so slow! A more practical approach is to switch to a more faster language. You need to aim for a language that is compiled, and more low-level. Languages like Java and C++ is more suitable for this (C++ is faster but more complex). I can maybe help with writing/translating your code to another language, but it's up to you. What do you think?13 days ago
parshvpmehta
parshvpmehta
published a Repl
3 months ago
1
Password Cracker
Password CrackerThis is a basic password cracker for ethical purposes. Hope you like it.
AkshatVangala
AkshatVangala
nice you can use it to hack systems now 3 months ago
AkshatVangala
AkshatVangala
its good hacking3 months ago