2 Repos
Capabilities for periodically saving the state of a long-running computation to allow resumption after an interruption.
Distinct from Session Recovery: The candidates focus on file uploads, terminal sessions, or shell activity, whereas this is about serializing the state of a password recovery search space.
Explore 2 awesome GitHub repositories matching security & cryptography · Progress Checkpointing. Refine with filters or upvote what's useful.
JohnTheRipper is a multi-platform offline password recovery tool designed to detect and crack hundreds of different hash and cipher formats across various operating systems. It functions as a security utility for retrieving lost credentials and performing security audit testing to identify weak passwords within a database of hashes. The project features a custom rule password cracker and a mangling engine that uses a domain-specific language to transform wordlist entries into common password mutation patterns. It provides hardware-accelerated recovery by distributing parallel processing tasks
Provides the ability to save current search progress to a file to restart a recovery session from the last saved point.
AgentLaboratory is a multi-agent research system that automates the entire scientific experimentation process, from literature review through experiment execution to report generation, using a sequence of specialized AI agents. The system orchestrates a team of language-model-driven agents—a literature reviewer, experimental planner, executor, and report writer—to autonomously complete an end-to-end research workflow. The system distinguishes itself by saving progress at every checkpoint, enabling seamless recovery and continuation after interruptions or failures. Agents build on each other's
Saves state at each checkpoint and enables resumption of interrupted research workflows.