Thanks for looking into it! |
==> |
Pretty sure your program is not working as intended for me. Please correct me if I'm wrong.
I think I managed to find the password, however the program does not accept it. TO avoid spoiling it, let's assume the password is SECRET (which it is not).
I managed to debug it with gdb and found out that if I enter "SECRET" as password the program actually records "SECRET\n" as my input and then string comparison fails because the length of my input does not match the length of the password.
Am I missing something? |
==> |