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:
Ulevel
Language:
C/C++
Upload:
2026-02-27 20:35
Platform:
Windows
Difficulty:
2.0
Quality:
4.0
Arch:
x86-64
Downloads:
29
Size:
27.73 KB
Writeups:
0
Comments:
0
Description
This crackme implements a simple RSA-128 signature verifier. The goal is to generate the correct signature for the provided name. Alternatively, create a keygen capable of computing a valid signature for any input name. Patching is not considered a valid solution