From 3463cba8e1e4911b98da9b557fd587b6e7f2f7a8 Mon Sep 17 00:00:00 2001 From: Francesco Picasso Date: Tue, 30 Jul 2019 17:43:00 +0200 Subject: [PATCH] Updated README Added blog post URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8500a6c..37565ad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # kobackupdec Huawei backup decryptor -_This script is introduced by the blog post at TODO._ +_This script is introduced by the blog post at https://blog.digital-forensics.it/2019/07/huawei-backup-decryptor.html._ The `kobackupdec` script is a Python3 script aimed to decrypt Huawei *HiSuite* or *KoBackup* (the Android app) backups. When decrypting and uncompressing the archives, it will re-organize the output folders structure trying to _mimic_ the typical Android one. The script will work both on Windows and Linux hosts, provided the PyCryptoDome dependency.