LucasCur
@LucasCur
0
wordle in gotest
1
0
0
0
0
0
0
Basic Password Brute ForceGenerates thousands of strings per second and estimates how many guesses it needs to guess your password (just anything you give it) based on length.
Count System
Estimated Completion Percentage System (May display incorrectly if the # of possible combinations is too large)
Elapsed Time System
We are taking some quality of life shortcuts for the purpose of this only being a fun little python project to run and see what happens, along with the fact this was never meant to be a proper brute forcer in the first place and as such:
The generator will only generate strings the length of the string you're having it guess.
The generator will only generate symbols if the string you're having it guess has symbols, and the same for numbers or uppercase letters etc.
6
0
0
0
21 Dares2 player game
0
0
0
0
GTIN-8parses gtin
3
0
0
0
String Generator LucasGenerates a string and estimates how many turns it needs to generate it including count and percentage done.
24
1
0
0
Dice GameLucas and Harry
JSON Login Database Moved To Isolated File
Moved the JSON login array into a separate .json file (logins.json) instead of putting a json array inside the main.py file.5
4
0
0
Dice GameLucas and Harry
Json Login Database
Switched to using 2d JSON arrays to store usernames and passwords together instead of in separate normal python arrays and using the same index position to check password.5
4
0
0
0
Dice GameLucas and Harry
5
4
0
LucasCur Switched to using 2d JSON arrays to store usernames and passwords together instead of in separate normal python arrays and using the same index position to check password.9 months ago
LucasCur Moved the JSON login array into a separate .json file (logins.json) instead of putting a json array inside the main.py file.9 months ago
0