[Solved] algorithm for slicing brute force keyspace [closed]
Let’s start with a slightly simpler problem. All keys are 8 numeric digits, and you have 10 machines. Simple enough – one machine checks 0???????, another checks 1??????? and so on. Note that this slicing doesn’t care that you’re doing multiprocessing – it’s just allocating ranges by fixing one of the digits. Your version is … Read more