kimci86
kimci86
Very good! I will keep this issue open to remind me to implement a more flexible mask feature eventually.
Hello, The recovery algorithm is roughly to bruteforce the first n-6 bytes of the password (with n being the password length) and then reconstruct the last 6 bytes if possible....
> I tested to extract a file with bkcrack command bkcrack does not test data integrity when deciphering or changing the password. To check that the internal keys are correct,...
You are right, thank you for the suggestion. I will work on it.
> Has the correct one the same length? Not necessarily. > How about continuing the recovery even if a password is found? I will also work on that, it was...
Now it only needs a small comment to explain why we use StringMaker for stringification.
> is there anything else that's preventing a merge? As far as I understand, one blocking aspect is adding the `Sensor::cleanUp` method to SFML's public interface when it is intended...
As there was no negative feedback, I assume this has chances to get merged, so I updated the doxygen comments. This is now ready to be reviewed :)
Thank you for your feedback. If adding a polyfill is not acceptable, then there is nothing I can do except wait for C++20 to be used. Should I close this...
Pressing this key yields events with `sf::Keyboard::Period` keycode. There is some ongoing work to improve keyboard handling with scancodes in #1235.