torontotokyo on 1:21 PM 02/17/2025: I got the password by brute force, algorithm on cpp:
int alg(std::string passw) {
int len = passw.length();
int final = 0;
for (int i = 0; i (passw[i])) % 10000000;
}
return final;
}
The closest password is - 519187
You must me logged to submit a solution
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 ?