keyhunt icon indicating copy to clipboard operation
keyhunt copied to clipboard

Check point

Open Knopius opened this issue 4 years ago • 3 comments

It would be very nice to add the ability to continue the calculation from the moment where it was interrupted, for example, the power went out. In theory, it would be nice to make savepoints every 100 - 1000 seconds, and save the last value to a file, then start using that.

Knopius avatar Nov 05 '21 13:11 Knopius

Yes i added this to my todo list, check

https://github.com/albertobsd/keyhunt/discussions/142

albertobsd avatar Nov 05 '21 14:11 albertobsd

Thank You very mutch !!!

Knopius avatar Nov 06 '21 13:11 Knopius

I don't know how practical this is, but if you add it, can you somehow make a utility that reads the running version's memory and saves that?

I have a bit of an idea how to save it. Maybe as a bitmap, where each bit corresponds to a memory range checked and each bit is equal to n in size (ie n=400000000). If you want to imagine it, better, think of the old, old dos defrag UI. That should be a fairly small file, don't you think?

myne123 avatar Dec 04 '21 23:12 myne123