hashcat Forum
Question about keyspace - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Question about keyspace (/thread-4221.html)



Question about keyspace - passlab - 03-26-2015

result for --keyspace ?l?d:
v.1.31 - 260
v.1.35 - 10.
Is it error or I must modify my script
for distributed brute-force?
Script for 1.31 for 10 nodes:
-s 0 -l 26
-s 26 -l 26
...
-s 234 -l 26.


RE: Question about keyspase - atom - 03-27-2015

Yes, you need to modify your script


RE: Question about keyspase - passlab - 03-27-2015

like this:
-s 0 -l 1

-s 9 -l 1 ?
and real keyspace on the node will be 26 ?


RE: Question about keyspase - atom - 03-27-2015

yes exactly