Solar Designer

Results 841 comments of Solar Designer

Not commenting on the feature nor on file format, but this reminded me: I suggest that we adopt the naming of these hashes that's currently used in password hash cracking....

@besser82 @zackw Can you please merge this PR? I see no reason not to. You may say that more changes are desired, but that's no reason not to merge the...

Here are two relevant messages/threads: https://www.openwall.com/lists/musl/2012/08/08/20 https://www.openwall.com/lists/oss-security/2013/06/12/1

I haven't reviewed this carefully yet, but conceptually I think a single numeric `maxcost=` can't fully/directly address the issue of malicious hash encodings manually put into `.htpasswd` files and the...

I think @lukelater (from his private e-mail to me) wants to actually use this on ZTEX 1.15y. As I understand, this project was never completed to work on real hardware,...

Thanks. You could now reuse the ZTEX communication framework from John the Ripper, where we support ~7 hash types (depending on how to count) on those boards. However, your project...

Thank you for reporting this @illsk1lls! We do not explicitly use `noinline` anywhere. So my current best guess is it's an NVIDIA driver bug, which I guess they'll fix soon....

> NVIDIA GameReady drivers are the current public stable release for GTX and RTX cards OK, thanks @illsk1lls. Then it's more of an issue. Did you install just this driver...

Another thought I have is that maybe - just maybe - this is somehow exposed by our usage of `-cl-std=CL1.2`. I guess NVIDIA does more testing with their current defaults...

@claudioandre-br @magnumripper I see we define `LOG_VERB` differently based on `JTR_RELEASE_BUILD`. I suggest that we drop this logic - always define `LOG_VERB` the way we did for `JTR_RELEASE_BUILD`. ```diff +++...