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 →
Top 10 Python Recovery Projects
-
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.
-
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.
-
-
RecoverPy
Interactively find and recover deleted or :point_right: overwritten :point_left: files from your terminal
-
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.
-
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
-
torram
Utility that recreates a torrent download directory from fully and partially downloaded files
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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
-
-
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
Python Recovery discussion
Python Recovery related posts
-
RecoverPy 2.1.3: A Linux tool to recover deleted or overwritten files
-
RecoverPy 2.1.3: A Linux tool to recover deleted or overwritten files
-
If I sign multiple messages with the same nonce, my private key can be extracted?
-
RecoverPy 2.0.5: Recover deleted or overwritten files from your terminal
-
Migrating from GA to YA
-
Show HN: RecoverPy 2.0: Recover deleted or overwritten files from your terminal
-
RecoverPy 2.0.0 : Recover deleted or overwritten files from your terminal
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 18 Mar 2025
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 |