awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesProgress Checkpointing

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.

Awesome Progress Checkpointing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • magnumripper/johntheripperAvatar von magnumripper

    magnumripper/JohnTheRipper

    13,274Auf GitHub ansehen↗

    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.

    C
    Auf GitHub ansehen↗13,274
  • samuelschmidgall/agentlaboratoryAvatar von SamuelSchmidgall

    SamuelSchmidgall/AgentLaboratory

    5,295Auf GitHub ansehen↗

    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.

    Python
    Auf GitHub ansehen↗5,295
  1. Home
  2. Security & Cryptography
  3. Progress Checkpointing