philsmd

Results 37 comments of philsmd

Thank you @trounce1 very much for these examples. They are very helpful. The only strange thing about these examples is that the `salt` seems to be the same for all...

yeah @trounce1 , you are right about that and yes hashcat and a future implementation of this algorithm shouldn't have any problem with this, but I still want to highlight...

Thanks for the report @NilsOlze , I have now tested it with a rule based attack and figured out that the password and especially the password length was not correctly...

beta versions are in general distributed over here: https://hashcat.net/beta/ and are most of the time quite up-to-date Yeah, not sure about the date of the next release version. It's probably...

The file `hashcat.bin` is a GNU/Linux binary (i.e. the executable for *NIX, like `hashcat.exe` on windows). We have no pre-build macOS binaries because not many hashcat developers (main devs, I'm...

are you using the latest version of `hashcat` from https://hashcat.net/hashcat ? how large are the 2 files ? can you give a line number (wc , for word count, in...

Is somebody (else) able to reproduce this ? Does this only happen with -m 20 ? Could this be a case of strange integer overflow ? (but it doesn't really...

I was finally able to find time to have a deeper look at this problem and indeed was now able to reproduce this problem. I've tested it with: - lines...

Note that for anybody that wants to send in a pull request to fix this, these could be some interesting sections of code where we could (NEED TO) add the...

^ I've now suggested a patch for the "first part of the problem" (i.e. the number of iterations that `hashcat` tries to run). We still need to add another patch...