Skip to content

Commit

Permalink
Include extractor project in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nettnikl authored and chirayudesai committed May 19, 2023
1 parent 8bea1be commit cc86feb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,13 @@ This project aims to adhere to the [official Kotlin coding style](https://develo
> Please be aware that disclosing your secret recovery key to other software has security risks.
The [Seedvault backup parser](https://github.com/tlambertz/seedvault_backup_parser)
allows you to decrypt and inspect your backups.
allows you to decrypt and inspect your backups (version 0 backup).
It can also re-encrypt them.

The [Seedvault extractor](https://github.com/jackwilsdon/seedvault-extractor)
allows you to decrypt and inspect your backups from newer versions of Seedvault (version 1 backup).
It is currently work-in-progress.

## License
This application is available as open source under the terms of the [Apache-2.0 License](https://opensource.org/licenses/Apache-2.0).

Expand Down

0 comments on commit cc86feb

Please sign in to comment.