From 2d5f00adae43fbb9cdd7808997fa88744d4ec83f Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 5 Oct 2020 10:41:07 -0300 Subject: [PATCH] Add Seedvault backup parser to README Closes #104 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7e1cb547..2ce6cad4 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,11 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/steves This project aims to adhere to the [official Kotlin coding style](https://developer.android.com/kotlin/style-guide). +## Third-party tools + +The [Seedvault backup parser](https://github.com/tlambertz/seedvault_backup_parser) +allows you to decrypt and inspect your backups. +It can also re-encrypt them. + ## License This application is available as open source under the terms of the [Apache-2.0 License](https://opensource.org/licenses/Apache-2.0).