Bitslice status and broken nvcc - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Bitslice status and broken nvcc (/thread-4761.html) Pages:
1
2
|
RE: Bitslice status and broken nvcc - Xanadrel - 10-31-2015 Code: cudaHashcat v1.38 starting in benchmark-mode... meh, okay RE: Bitslice status and broken nvcc - magnum - 11-01-2015 Awesome. So a full BF of ASCII uc keyspace is down to just over 6 minutes. RE: Bitslice status and broken nvcc - atom - 11-02-2015 (10-30-2015, 05:42 PM)atom Wrote: #define mysel(a,b,c) (bitselect (a,b,(c) ? 0xffffffff : 0)) -- Getting 251 MH/s More News! So by telling the OpenCL runtime to disable the compiler optimization (-cl-opt-disable) the speed increased from 251 MH/s to 355 MH/s, lol. If you guys want to play with it, it's in b22+ About 20GH: With b22 version and +250Mhz on the TitanX we can get > 20GH on a single card. With 250Mhz on the 980Ti we're somewhere around 18GH. RE: Bitslice status and broken nvcc - Rolf - 11-04-2015 b14 Quote:DES Speed.GPU.#1...: 37043.9 kH/s b24 Quote:DES Speed.GPU.#1...: 106.9 MH/s Works for me. I get "only" 2.79B p/s for LM on my Titan, which isn't too shabby either. RE: Bitslice status and broken nvcc - atom - 11-04-2015 Sounds good to me, 106.9 MH/s * 25 = 2672,5 RE: Bitslice status and broken nvcc - Rolf - 11-04-2015 So, in this specific example, Titan X is ~7.2 times faster than Titan, both being overclocked. Serious performance increase over old gen architecture. RE: Bitslice status and broken nvcc - atom - 11-10-2015 OK, so I'm reaching a point where it becomes harder to increase the speed alot. Here's some final values: 290x: -m 1500: 350 MH/s with dynamic salt, 450 MH/s with fixed salt -m 3000: 12000MH/s (from theoretical max of 12200 MH/s)!! Titan X (+250 MHz) -m 1500: 750 MH/s with dynamic salt -m 3000: 20100 MH/s I'm thinking about porting this to the other hashes, it depends on your guys request for it. There's 3 more algorithms using DES with a fixed key/data portion to turn it into a hash: -m 3100 = Oracle H: Type (Oracle 7+) -m 8500 = RACF -m 12400 = BSDiCrypt, Extended DES |