Posts by Code Ghost • 11 points
3 posts
-
-2
votes1
answer92
viewsQ: :python3 Tkinter Requests: Temporary lock in get('url') with request module!
This is the following I created a script to decrypt hash md5, but when I enter it into Entry 21232f297a57a5a743894a0e4a801fc3 that is admin and is contained in the Wordlist, it hangs every time when…
-
1
votes2
answers353
viewsA: How can I encrypt a user input text? giving error
Your question has already been answered, but this part of your code can be improved. while senha_cripto != 'batata': print("Senha incorreta, tente novamente!") senha_cripto = str(input("Senha para…
-
0
votes1
answer257
viewsQ: Program lock when executing function. Tkinter + Python3
It is the following I created a simple program to break md5 numeric, but the same lock when I click on descrypter and it only works again when it finds the hash, but it is locked until finding and…