05-27-2012, 03:30 PM
This is getting huge Hash-IT, you should be proud : P
I see a lot of good ideas, actually every idea here gives me several new ideas xD
- sed commands are customizable in an ultimate way, almost all what you guys wanted can be done. BUT, it iS slow!
However, if you define more specific conditions (e.g: Work on the first two characters only), it might get a bit faster.
And no, grep is way much slower than sed (With Perl regex too).
- This might sound weird, I've been thinking if we can calculate all the combinations in a very accurate way, we can actually know the ranges where the repetition thing will happen, thus, skipping these ranges using the -l, -s options in maskprocessor, I didn't try it though (Could be all wrong! xD)
- I'm a bit new to programming, but maybe I can program a generator for this. I'll make it support GPU too... In the next few years! xD
crunch-3.2 is a word-generator, it's source is already available for downloading!
I can't think of anything else now, let me see what you have!
I see a lot of good ideas, actually every idea here gives me several new ideas xD
- sed commands are customizable in an ultimate way, almost all what you guys wanted can be done. BUT, it iS slow!
However, if you define more specific conditions (e.g: Work on the first two characters only), it might get a bit faster.
And no, grep is way much slower than sed (With Perl regex too).
- This might sound weird, I've been thinking if we can calculate all the combinations in a very accurate way, we can actually know the ranges where the repetition thing will happen, thus, skipping these ranges using the -l, -s options in maskprocessor, I didn't try it though (Could be all wrong! xD)
- I'm a bit new to programming, but maybe I can program a generator for this. I'll make it support GPU too... In the next few years! xD
crunch-3.2 is a word-generator, it's source is already available for downloading!
I can't think of anything else now, let me see what you have!