crackmes.one
-
Search
Latest Crackmes
Faq
Discord
Login
Register
crackmes.one
Search
Latest Crackmes
Faq
Discord
Login
Register
minerpe123
's profile
Number of crackmes:
0
Number of writeups:
0
Comments:
2
Crackmes
Writeups
Comments
Crackmes
Name
Author
Language
Arch
Difficulty
Quality
Platform
Date
Writeups
Comments
Latest writeups
Crackme
Infos
Latest comments
Comment
Link
Name: A Password: 65
==>
I wrote keygen for this crackme: username = input("Enter the username: ") usernameList = list(username) password = 0 for char in usernameList: password = password + ord(char) print(password)
==>