nightxyz on 5:34 PM 12/13/2024: Username : zzzzzzzzzz
Password : 1220
Sum of the username letters decimal equivalent. For example if you enter only A char for username, then password is decimal equivalent 65.
username : A
password : 65
NotTellingYou on 5:55 PM 12/21/2024: Simply bypass the logic test je by jmp
DeFexGG on 11:43 PM 12/24/2024: done with jmp or patch for lazy guys
re.login on 7:52 AM 12/29/2024: Username = AA
Password = 130
minerpe123 on 5:22 PM 06/08/2025: 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)
You must be logged in to submit a writeup
Write a comment
Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Rate the difficulty
How would you rate the difficulty of this crackme ?