3DES Is there a problem? where did I go wrong ?
#4
(10-27-2018, 11:38 AM)philsmd Wrote: the keyspace is wayyyyyyyyy too huge.

The number of characters within the file charsets/DES_full.charset is 128

128 * 128 * 128 * 128 * ... * 128 (24 times) = 128 ^ 24 = 374144419156711147060143317175368453031918731001856

are you aware how huge this keyspace is ? it's infeasible to brute-force this without any further limitation/restriction (like all 3 of the 3 8-byte subparts are identical etc)

I understand that this is a very large volume
the question is, why doesn't it start ?
why the error ?


Messages In This Thread
RE: 3DES Is there a problem? where did I go wrong ? - by kadabra117 - 10-27-2018, 12:06 PM