Share how awesome the crackme was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Please keep the comments section English-only.
Author:
0xCiel
Language:
C/C++
Upload:
2026-03-05 18:54
Platform:
Windows
Difficulty:
3.2
Quality:
3.2
Arch:
x86-64
Downloads:
209
Size:
22.50 KB
Writeups:
0
Comments:
2
Description
a simple rework of my old simple crackme string encryption uses xor with the decryption key using __TIME__ and __LINE__ the password is random generated per instance, this uses mt19937, uniform_int_distribution and random_device and it has 6 characters with alphabets and numbers uses delta time to difference input and generated password, if delta is 0 then it's correct, this prevents jmp instructions if you spam you'll get locked out for 3 minutes