Integer overflow detected in keyspace of mask
#4
Keyspace is stored as an unsigned 64-bit integer. 16^64 is much, much larger than 2^64 - 1.

You might want to do the math on how long it would take to crack 16^64.
Reply


Messages In This Thread
RE: Integer overflow detected in keyspace of mask - by epixoip - 04-28-2019, 10:43 AM