Python Recovery

Open-source Python projects categorized as Recovery

Top 10 Python Recovery Projects

  1. wal-e

    Continuous Archiving for Postgres

    Project mention: Ask HN: What do you use to backup your VMs? | news.ycombinator.com | 2024-09-27

    For me, it's case-by-case. I don't back up the VMs directly, just the date of the stateful applications running on the VMs (or bare metal servers, I do identical stuff for them).

    For postgres, I used to just have a systemd timer that would `pg_dumpall` and throw it in s3.

    Now I use https://github.com/wal-e/wal-e to backup my postgresql databases.

    For other local files, I use borg backup for personal files and services I just run for myself, and I use restic to backup server files to s3.

    The operating system's configuration is all stored in git via the magic of NixOS, so I don't have to worry about files in /etc, they all are 100% reproducible from my NixOS configuration.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Barman

    Barman - Backup and Recovery Manager for PostgreSQL

  4. RecoverPy

    Interactively find and recover deleted or :point_right: overwritten :point_left: files from your terminal

  5. extract_otp_secrets

    Extract one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes from authentication apps can be captured by camera, read from images, or read from text files. The secrets can be exported to JSON or CSV, or printed as QR codes to console.

  6. Zydra

  7. ecdsa-private-key-recovery

    A simple library to recover the private key of ECDSA and DSA signatures sharing the same nonce k and therefore having identical signature parameter r

  8. torram

    Utility that recreates a torrent download directory from fully and partially downloaded files

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. ethereum-wallet-recovery

    ethereum wallet recovery password multithread tool, baked from pyethrecover and pyethereum, for using keystore v3 json file to help recover your lost password if you know some phrases using both brute and wordlist technique, start + end words, whole ascii or just numbers

  11. otpauth-migration-decoder

    Convert otpauth-migration to plain link

  12. bitcoin_recover

    An open source Bitcoin wallet password and seed recovery tool designed for the case where you already know most of your password/seed, but need assistance in trying different possible combinations

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Recovery discussion

Log in or Post with

Python Recovery related posts

  • RecoverPy 2.1.3: A Linux tool to recover deleted or overwritten files

    1 project | /r/opensource | 23 Oct 2023
  • RecoverPy 2.1.3: A Linux tool to recover deleted or overwritten files

    1 project | /r/coolgithubprojects | 22 Oct 2023
  • If I sign multiple messages with the same nonce, my private key can be extracted?

    1 project | /r/ethdev | 27 Jun 2023
  • RecoverPy 2.0.5: Recover deleted or overwritten files from your terminal

    1 project | /r/coolgithubprojects | 1 Apr 2023
  • Migrating from GA to YA

    1 project | /r/yubikey | 4 Mar 2023
  • Show HN: RecoverPy 2.0: Recover deleted or overwritten files from your terminal

    1 project | news.ycombinator.com | 14 Jan 2023
  • RecoverPy 2.0.0 : Recover deleted or overwritten files from your terminal

    1 project | /r/coolgithubprojects | 14 Jan 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 18 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Recovery projects in Python? This list will help you:

# Project Stars
1 wal-e 3,464
2 Barman 2,273
3 RecoverPy 1,452
4 extract_otp_secrets 1,282
5 Zydra 427
6 ecdsa-private-key-recovery 412
7 torram 72
8 ethereum-wallet-recovery 48
9 otpauth-migration-decoder 41
10 bitcoin_recover 2

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai