This repository contains a small programm to decode a backup produced by Signal Android.
This tool can be installed using cargo
:
cargo install signal-backup-decoder
This tool is run as signal-backup-decode
. See signal-backup-decode --help
:
```
signal-backup-decode [FLAGS] [OPTIONS] --sqlite-path
USAGE:
signal-backup-decode [FLAGS] [OPTIONS] --sqlite-path
FLAGS: -h, --help Prints help information --no-tmp-sqlite Do not use a temporary file for the sqlite database --no-verify-mac Do not verify the HMAC of each frame in the backup -V, --version Prints version information
OPTIONS:
--attachment-path
ARGS: Sets the input file to use
```
This repository is under the GPLv3 License.
The proto/Backups.proto file is taken and derived from the Signal Android Source Code with the following copyright notice:
/**
* Copyright (C) 2018 Open Whisper Systems
*
* Licensed according to the LICENSE file in this repository.
*/