But WTF?
When I am trying to calculate keyspace for passwords.txt which contains 26 words (for example) I am getting 26:
./oclHashcat64.bin -m 2500 --outfile out.txt hash.hccap -a 1 passwords.txt passwords.txt -j '$-' -k '$!' --keyspace
>oclHashcat v1.37 starting...
>
>26
I assumed that the result will be 26 * 26 = 676.
Is it oclHashcat optimisation?
When I am trying to calculate keyspace for passwords.txt which contains 26 words (for example) I am getting 26:
./oclHashcat64.bin -m 2500 --outfile out.txt hash.hccap -a 1 passwords.txt passwords.txt -j '$-' -k '$!' --keyspace
>oclHashcat v1.37 starting...
>
>26
I assumed that the result will be 26 * 26 = 676.
Is it oclHashcat optimisation?