Results 94 comments of kimci86

It is now possible to resume an interrupted password recovery. Example, running this command: ``` bkcrack -k c4490e28 b414a23d 91404b31 --bruteforce ?a --length 12 ``` and hitting Ctrl+C will print...

@zenera Do you still have the problem with 2.6.x banch? Now that #2242 is merged, I expect the situation to be different (hopefully solved).

One small inconsistency is that a default-constructed clock is running but a clock after `reset` is not running. One could expect `reset` to put the clock in the state of...

Someone had the same issue with MSVC and suggested a patch #53

I forgot about getGeometricCenter being virtual. I will rework my code to take advantage of this potential optimization. Edit: Done.

1. No reason besides me not being brave enough to write the documentation right away. The limit probably should be a parameter. 2. The feature being off means outlining a...

> In the graphic that shows 3 different miter sizes, the middle one is what looks more desirable to me. Is this a fundamentally different behavior or simply demonstrating a...

Now works with negative outline too as it was supposed to be. Added getter and setter for the miter limit.

@lapinozz Thank you for the suggestion, I like the idea. I just added a commit implementing it.

> Maybe it's too close to all points being collinear and shouldn't be considered a bug? I don't see a problem in the screenshot. What would you expect? > There...