Decryptor for android backups that were created with adb backup
.
.. code-block:: bash
python3 -m venv /path/to/venv
/path/to/venv/pip install ab-decrypt
ln -sr /path/to/venv/ab-decrypt ~/bin/
.. code-block:: bash
# 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
AB_DECRYPT_PASSWORD
: Decryption passwordPlease file an issue or pull request at GitHub.