Author: zun1
Language: C/C++
Upload: 6:35 PM 10/15/2023
Platform Windows
Difficulty: 2.0
Quality: 2.4
Arch: x86-64
Description
patching is easy, write a keygen
nnxstnt on 10:04 PM 10/17/2023: Its funny how an empty input also works :D
c1d on 4:17 AM 10/20/2023: #include #include std::string transformString(const std::string& originalStr) { std::string transformedStr = ""; for (char c : originalStr) { transformedStr += static_cast(c + 1); } return transformedStr; } std::string generatePassword() { std::string username; std::cout
03ebVS on 8:01 AM 10/26/2023: #python username = input("username:") password = "" for char in username: encrypted_char = chr(ord(char) + 1) password += encrypted_char print("password:", password)
trappy on 7:42 AM 11/11/2023: This doesn't deserve this difficulty/quality. U can just use Username: 1 Password: 2 Or leave all the prompts empty.
SirWardrake on 1:16 AM 04/15/2024: Very, very simple. Keygen is not worth it
You must me logged to submit a solution
Solution by UnKnowHoD:I think it's overrated but here's the solution anyways.
Solution by pidjan:I apologise if there were any mistakes or i didn't explain my solution somewhere, it's the first time I'm posting a solution.
Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
How would you rate the difficulty of this crackme ?
How would you rate the quality of this crackme ?