Bottleneck, and my 31 character limit. Ideas?
#14
(04-06-2015, 04:38 PM)epixoip Wrote:
(04-05-2015, 10:13 PM)InfDoleo Wrote: odd restriction
programming limitation
To top it off - closed source - I can't just change the code

If you don't understand the restriction nor why it exists, what makes you think you'd be any better off having the source code?

So that I CAN understand why it exists, and modify it if necessary.

If a combination or mask attack CAN be longer than 31, it's not that its completely impossible. If it has to do with 32 bytes of space in the GPU itself, and it's fed the data differently because of the way combination and mask attacks work, there doesnt seem to be any good reason why a straight dictionary attack wouldnt either. Split the string in 2 parts before feeding it in, and simulate a combination attack.

If it's not that simple because the combining is done IN the GPU, then you find a workaround. And if thats not possible, then you LEARN why. Learning why is always preferable to "No. Just because."

And, since it's closed source, it therefore IS impossible, instead of maybe possible.

That being said there was a reply in my other thread that seems to show a way to do it using rule-based attacks, something I hadn't yet read up on.

Doesn't change the fact that it sucks it's closed source. There are other things I'd like to do with GPU hashing that it seems like oclhashcat does MUCH better than the open source solutions like cgminer and the like. I have an app I want to research, and having a solid starting point in a programming area I am not familiar with, GPU interfacing, would have been nice.

Not sure why the heck I'm being jumped upon here.


Messages In This Thread
Formatted/mask permutations? - by InfDoleo - 04-05-2015, 07:14 PM
RE: Formatted/mask permutations? - by atom - 04-05-2015, 09:00 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-05-2015, 09:47 PM
Maximum length of 31? Why? - by InfDoleo - 04-05-2015, 10:13 PM
RE: Formatted/mask permutations? - by undeath - 04-05-2015, 10:26 PM
RE: Maximum length of 31? Why? - by Xanadrel - 04-05-2015, 10:27 PM
RE: Maximum length of 31? Why? - by InfDoleo - 04-05-2015, 10:44 PM
RE: Formatted/mask permutations? - by atom - 04-05-2015, 11:35 PM
RE: Maximum length of 31? Why? - by atom - 04-05-2015, 11:37 PM
RE: Maximum length of 31? Why? - by InfDoleo - 04-06-2015, 12:20 AM
RE: Formatted/mask permutations? - by atom - 04-06-2015, 03:15 AM
RE: Maximum length of 31? Why? - by Rolf - 04-06-2015, 03:06 PM
RE: Maximum length of 31? Why? - by epixoip - 04-06-2015, 04:38 PM
RE: Maximum length of 31? Why? - by InfDoleo - 04-06-2015, 07:04 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-06-2015, 07:08 PM
RE: Maximum length of 31? Why? - by unix-ninja - 04-06-2015, 08:39 PM
RE: Formatted/mask permutations? - by atom - 04-07-2015, 02:56 AM
RE: Formatted/mask permutations? - by InfDoleo - 04-07-2015, 05:56 AM
RE: Formatted/mask permutations? - by atom - 04-07-2015, 11:20 AM
RE: Formatted/mask permutations? - by InfDoleo - 04-07-2015, 05:11 PM
RE: Formatted/mask permutations? - by atom - 04-07-2015, 05:19 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-08-2015, 05:13 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-08-2015, 05:16 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-09-2015, 03:36 AM
RE: Formatted/mask permutations? - by epixoip - 04-09-2015, 06:39 AM
RE: Formatted/mask permutations? - by InfDoleo - 04-09-2015, 07:30 AM
RE: Formatted/mask permutations? - by undeath - 04-09-2015, 05:03 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-09-2015, 05:37 PM