From 3a587e38a2c47bbedff3fdde6d6b589c9fd84c7d Mon Sep 17 00:00:00 2001 From: Francesco Picasso Date: Mon, 6 Apr 2020 20:14:02 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 002766b..f106e29 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,7 @@ Huawei backup decryptor _This script is introduced by the blog post at https://blog.digital-forensics.it/2019/07/huawei-backup-decryptor.html._ -The `kobackupdec` 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. - -## Update 20100107 - -The script was rewritten to handle v9 and v10 kobackup backups structures. +The `kobackupdec` 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. Starting from **20100107** the script was rewritten to handle v9 and v10 kobackup backups structures. ## Usage