Update README.md

Add note for required Python version (and modify 2010 to 2020 for update date)
This commit is contained in:
lp4n6 2020-02-18 10:57:49 +01:00 committed by GitHub
parent 0277282052
commit 5f46b36fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,14 @@ _This script is introduced by the blog post at https://blog.digital-forensics.it
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
## Update 20200107
The script was rewritten to handle v9 and v10 kobackup backups structures.
## Note
According to users, Python 3.7+ seems to be required.
## Usage
The script *assumes* that backups are encrypted with a user-provided password. Actually it does not support the HiSuite _self_ generated password, when the user does not provide its own.