mirror of
https://github.com/RealityNet/kobackupdec.git
synced 2025-04-05 19:41:38 +08:00
merged pull by @lp4n6, files/folders permissions
Signed-off-by: dfirfpi <francesco.picasso@gmail.com>
This commit is contained in:
parent
0e7fca2738
commit
a3662f5ff4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user