crackmes.one

Writeup for SerialActivation

Author: X3eRo0
Date: 2021-09-02 17:38
Summary: The process of creating the keygen is very easy once you understand the way it is generating the key from the input serial. It is easy because it is doing some operations on the input serial to generate and then later that input is checked against another numerical input that is your key for the particular serial you entered. I just implemented the same generation algorithm in a python script and printed the final number that we get. That is our key.

Loading writeup...