Post
Topic
Board Project Development
Re: Keyhunt - development requests - bug reports
by
bigvito19
on 02/03/2022, 22:52:41 UTC
Any updates on the additional features for Keyhunt?


Perhaps the creator of the keyhunt knows faster algorithms.



Edit

I found in a way to solve this (Hexadecimal key) in less than one hour, we can divide it in 2 parts a hashtable/bloomfilter of 2^24 of precalculated keys, and 24 bits of forcebrute with some math operations with publickey.


I wanted to know 2^24 precalculated keys, is that the maximum precalculated keys that would fit in the hashtable/bloomfilter or could you add more than that?