Error trying a brute force - integer overflow?
#3
Keyspace is stored in a uint64 so the maximum value it can hold is 2^64 - 1. Your keyspace is 2^72.26 .. 2^118.25, so yes, integer overflow.

And yes, as rico identified, this keyspace is impossibly large. You will never brute force keyspaces that large, not even using all the computers that have ever existed.


Messages In This Thread
RE: Error trying a brute force - integer overflow? - by epixoip - 03-21-2017, 10:00 PM