Solar Designer
Solar Designer
@claudioandre-br Cool. It looks like you found a way to avoid the slow pass for the same input size in the same memory size? I wonder how you did that,...
@claudioandre-br BTW, there are multi-threaded programs like this - https://github.com/Cynosureprime/rling and https://github.com/nil0x42/duplicut - but IIRC when forced to use a single thread they performed similarly to our `unique` in my...
> assert(w_ident == b"\xec\xa5") BTW, I think we shouldn't use `assert` other than for statements that are expected to always be true regardless of program input. That is, any assertion...
@IlluminatiWave I'm not familiar with KeePass, but I doubt that what you envision is possible. While we colloquially and for historical reasons call the strings output by the `*2john` tools...
Looks like we were done with the discussion here. The requested feature looked likely both impossible and unneeded, as I had explained in my previous comment. Closing.
I have mixed feelings about this. On one hand, I think Rust is a good language and a good fit for _future_ projects like ours (not without drawbacks, though). On...
For tiny things like this, I think it's actually preferable to stay with sometimes out-of-date but reviewed and tested by us, than to have easy auto-updates. Such micro-dependencies remind me...
We don't need this change nor even discussion currently. We have plenty of real issues and goals. Closing. We can always revisit/reopen if and when needed.
As I understand, we have yet to add support for the full, non-edited JSON file as seen in the first comment here. Re-opening. @claudioandre-br Do you perhaps already have it...
> Above, at [#5225 (comment)](https://github.com/openwall/john/issues/5225#issuecomment-1399524041) That's not what I meant. I mean the original JSON file with only inadvertent linefeeds removed, not a file edited to an extent where our...