79567355

Date: 2025-04-10 18:37:36
Score: 0.5
Natty:
Report link

The way it is written above is correct except for one thing only, the password is declared as a byte array instead of char array which is then type cast to byte at the processing stage so this

t0 = INVCRC32(t0,(uint8_t)passw[x]);

and this are the answers:

char passw[10] = {
        '1','2','3','4','5','6','7','8','9','0'
    };
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: diviserbyzero