hashcat Forum
Do we need to drop 32 bit binaries? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Do we need to drop 32 bit binaries? (/thread-5495.html)



Do we need to drop 32 bit binaries? - atom - 06-04-2016

I'm talking about the binary distribution inside the .7z archives. I'm wondering if we can drop those binaries for 32 bit.


RE: Do we need to drop 32 bit binaries? - royce - 06-04-2016

Suggestion: Separate them out into their own .7z archives.

That way, you can track whether anyone is downloading them. If no one is using them, you can drop them.


RE: Do we need to drop 32 bit binaries? - undeath - 06-04-2016

Is there any sane reason to run hashcat on a non-64bit system? Other than failing to install the correct OS arch I mean.


RE: Do we need to drop 32 bit binaries? - atom - 06-06-2016

(06-04-2016, 02:50 PM)royce Wrote: Suggestion: Separate them out into their own .7z archives.

That way, you can track whether anyone is downloading them. If no one is using them, you can drop them.

If we do it, I'd like to drop it in the hashcat-3.00 archive


RE: Do we need to drop 32 bit binaries? - atom - 06-06-2016

(06-04-2016, 07:23 PM)undeath Wrote: Is there any sane reason to run hashcat on a non-64bit system? Other than failing to install the correct OS arch I mean.

There's some algorithm that can benefit from it, because the memory pointer addresses do not require two registers to hold and calculate them. You know, GPU's are still 32 bit integers only. Beside of that, I don't see a reason


RE: Do we need to drop 32 bit binaries? - atom - 06-06-2016

There's also the problem that there's no nvml.dll for 32 bit on Windows. That makes hardware management on NVidia a bit problematic, but users could misinterpret it and falsly assume hardware management for their device is not supported.