Open thomas725 opened 1 year ago
Yea, but the maintainers are not here to make the merge, and the pascalg support-new-backup-version branch is failing to build because he didnt update the project's rust packages, so until he updates it and then @pajowu merges that into main this will keep failing.
I've used your tool for over a year to extract my signal backups, and it always worked perfectly, it even managed to extract incomplete copies of *.backup files that I ended up with from time to time.
But now I ran into a problem:
I've tried to do a fresh install using
cargo install --git https://github.com/pajowu/signal-backup-decode signal-backup-decode
since I thought maybe there was something broken with the openssl (since that was what caused the panic), but today's stable rust compiler version doesn't want to compile the version in this git repository:Next I've had a look at https://github.com/pajowu/signal-backup-decode/network and found a fork with a branch that had a promising name: support-new-backup-version.
I managed to install that version using
cargo install --git "https://github.com/pascalgn/signal-backup-decode" --branch support-new-backup-version
which also gave a few warnings, but no errors.Using that I was able to unpack my newer signal backups just fine again. Would be lovely if you could merge that change and publish a new version with it.