Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

half-duplex/titanium-decrypt

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanium Decrypt

Decrypt TitaniumBackup backups

Usage

Install requirements

You may already have PyCryptodome installed. If not:

$ virtualenv -p python3 venv
$ . venv/bin/activate
$ pip install -Ur requirements.txt

Run

Activate the virtualenv, if you need to:

$ . venv/bin/activate

Run the script:

$ ./tdecrypt.py my-encrypted-backup.tar.gz

You will be prompted for your passphrase.

Alternatively, for batch operation you can put your passphrase in an environment variable:

$ passphrase='hunter2'
$ find . ! -iname '*.properties' -exec ./tdecrypt.py {} \;

Contributing

Contributions are welcome. I use Google's import order, python-black for formatting, and flake8 for linting.

Thanks

This was made massively easier by Christian Egger's lost G+ post about the format, and by @bhafer's archive of the post in their similar PHP project.

About

Decrypt TitaniumBackup backups

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.