merged pull by @lp4n6, files/folders permissions

Signed-off-by: dfirfpi <francesco.picasso@gmail.com>
This commit is contained in:
dfirfpi 2020-04-06 16:44:02 +02:00
parent 0e7fca2738
commit a3662f5ff4
No known key found for this signature in database
GPG Key ID: EC61291E5446B028

View File

@ -4,6 +4,7 @@
# Huawei KoBackup backups decryptor.
#
# Version History
# - 20200406: merged pull by @lp4n6, related to files and folders permissions
# - 20200405: added Python minor version check and note (thanks @lp4n6)
# - 2020test: rewritten to handle v9 and v10 backups
# - 20200107: merged pull by @lp4n6, fixed current version
@ -55,7 +56,7 @@ from Crypto.Hash import HMAC
from Crypto.Protocol.KDF import PBKDF2
from Crypto.Util import Counter
VERSION = '20200405'
VERSION = '20200406'
# Disabling check on doc strings and naming convention.
# pylint: disable=C0111,C0103