Claudio André
Claudio André
If `NT` loads the actual database and the test doesn't fail, then `ssh` is changing something in a way that might actually be a bug. On the other hand, who...
I have 14 CPU formats turned off before the test. - gpg is one of them.
Before merging, we should check again (if and how it fails now). `gpg` is a format that was recently fixed.
@fred913 can you reproduce using something like this? (Without fork and/or using the cpu format). ``` $ john --format=7z-opencl -mask=aaa127aa8g a.7z.hash ``` Or ``` $ john --format=7z-opencl --wordlist=output.txt a.7z.hash ```...
> It works then! So, the latest source code (bleeding) works as expected. This is good news. Please continue using the "john-latest" version (latest code from this repository). Thanks for...
**[edited** If you have free time please try to find out what fixed the bug: I would try these first: https://github.com/openwall/john/commit/c6601b13a373af4955ff1bcbd428eaf6f557fc8e https://github.com/openwall/john/commit/c10ade989e1d69753ec50ea117e0ee7b45d218b7 But you can find more candidates here: https://github.com/openwall/john/commits/bleeding-jumbo/src/opencl_7z_fmt_plug.c...
At least for this hash, one must set `TrustPadding = Y`: ```sh $ ../run/john John the Ripper 1.9.0-jumbo-1+bleeding-6be5461b67 2024-06-12 22:25:59 +0200 OMP [linux-gnu 64-bit x86_64 AVX2 AC] Copyright (c) 1996-2024...
I've been experimenting with these ideas. Below, what I found: Reference value, from upstream: ``` rm -f original.txt; time /snap/john-the-ripper/current/run/unique -v -i=500k.in original.txt Hash size 25 (32 Mi/256 MiB), input...
> per these quick tests our current code is the fastest? It's a little bit more complicated, since we are not comparing oranges and oranges. I'm using a HashSet type...
> Oh, you wrote your own alternative to unique? Yes, As I stated above: > The values below are not from upstream source code and it is not C. I'm...