Skip to main content

Decryptor for android backups

Project description

Decryptor for android backups that were created with adb backup.

Installation

python3 -m venv /path/to/venv
/path/to/venv/pip install ab-decrypt
ln -sr /path/to/venv/ab-decrypt ~/bin/

Usage

# Read from stdin, write to stdout
$ ab-decrypt

# Read from stdin, write to stdout
$ ab-decrypt - -

# Read from file, write to other file
$ ab-decrypt backup.ab backup.tar

# List backup contents
$ ab-decrypt backup.ab | tar -tv

Environment variables

  • AB_DECRYPT_PASSWORD: Decryption password

Help / Bugs / Contributions

Please file an issue or pull request at GitHub.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ab-decrypt-1.0.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

ab_decrypt-1.0.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page