Bonnie39 / tominecon.7z-cracker

an attempt at cracking the code to tominecon.7z
GNU General Public License v3.0
13 stars 3 forks source link

Allow specified start and end position #3

Open natefabian18 opened 2 months ago

natefabian18 commented 2 months ago

Going on the assumption that the password is exactly 16 digits long and numeric im sure we could section off parts of the range as definitive "not it" sections so were not all trying the first million numbers over and over. Allowing even a few machines to break the 9 Quadrillion possible options across 9 machines could be a great speed up.

Bonnie39 commented 2 months ago

I released an update for the Windows version that allows you to specify start and end points following the pattern ./tominecon_cracker_win.exe <path_to_7z_file> [num_of_threads] [start_index] [end_index] The Linux version does not currently support this.