crackmes.one

Writeup for Find the pass

Author: Slizzz
Date: 2020-12-18 17:34
Summary: This program compares the values of the specified and entered (converted) password. Password stored in the program "pcx|xpzlhgu}". The "hash" function here performs the offset using rand with the base value of srand(28). Turning this algorithm shifting the data in the other direction, we get the password "passwordeasy".

Loading writeup...