Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RealityNet/kobackupdec
/ functions
Functions
46 in github.com/RealityNet/kobackupdec
⨍
Functions
46
◇
Types & classes
4
↓ 7 callers
Function
xml_get_column_value
Helper to get xml 'column' value.
kobackupdec.py:534
↓ 6 callers
Method
get_decrypt_material
(self, key, di_type, search=False)
kobackupdec.py:399
↓ 3 callers
Method
decrypt_package
(self, dec_material, data)
kobackupdec.py:300
↓ 3 callers
Function
parse_backup_file_module_info
(xml_entry)
kobackupdec.py:571
↓ 2 callers
Function
decrypt_entry
(decrypt_info, entry, type_info, search=False)
kobackupdec.py:683
↓ 2 callers
Function
decrypt_files_in_folder
(decrypt_info, folder, path_out, expandtar)
kobackupdec.py:780
↓ 2 callers
Method
dump
(self)
kobackupdec.py:503
↓ 2 callers
Function
parse_generic_xml
Parses a generic XML file, which contain single media (video, documents, pictures, etc.) decryption material.
kobackupdec.py:636
↓ 2 callers
Function
parse_info_xml
Parses the info.xml backup file. Creates and returns a DecryptInfo object.
kobackupdec.py:592
↓ 2 callers
Function
tar_extract_win
(tar_obj, dest_dir)
kobackupdec.py:666
↓ 1 callers
Method
__decrypt_bkey_v4
(self)
kobackupdec.py:239
↓ 1 callers
Method
add_file_info
Add the decryption material for a BackupFileModuleInfo entry to the proper internal object.
kobackupdec.py:449
↓ 1 callers
Method
add_media_info
Add the decryption material for a BackupFileModuleInfo_Media entry to the proper internal object.
kobackupdec.py:460
↓ 1 callers
Method
add_multimedia_file
Add the decryption material for a multimedia file entry to the proper internal object.
kobackupdec.py:471
↓ 1 callers
Method
add_system_data_info
Add the decryption material for a BackupFileModuleInfo_SystemData entry to the proper internal object. It handles the scenario where
kobackupdec.py:483
↓ 1 callers
Method
crypto_init
(self)
kobackupdec.py:257
↓ 1 callers
Function
decrypt_backup
(password, path_in, path_out, expandtar)
kobackupdec.py:867
↓ 1 callers
Method
decrypt_file
(self, dec_material, data)
kobackupdec.py:345
↓ 1 callers
Function
decrypt_files_in_root
(decrypt_info, path_in, path_out, expandtar)
kobackupdec.py:710
↓ 1 callers
Function
decrypt_large_entry
(decrypt_info, entry, type_info, search=False)
kobackupdec.py:697
↓ 1 callers
Method
decrypt_large_package
(self, dec_material, entry)
kobackupdec.py:320
↓ 1 callers
Function
decrypt_media
(password, path_in, path_out, expandtar)
kobackupdec.py:893
↓ 1 callers
Method
do_check
(self)
kobackupdec.py:148
↓ 1 callers
Function
main
(password, backup_path_in, dest_path_out, expandtar, writable)
kobackupdec.py:919
↓ 1 callers
Function
parse_backup_files_type_info
(decryptor, xml_entry)
kobackupdec.py:557
↓ 1 callers
Method
search_decrypt_material
(self, key)
kobackupdec.py:382
Method
__init__
(self, type_name)
kobackupdec.py:75
Method
__init__
Initialize the object by setting a password.
kobackupdec.py:175
Method
__init__
(self)
kobackupdec.py:374
Method
checkMsg
(self)
kobackupdec.py:225
Method
copy_file_path
(self)
kobackupdec.py:130
Method
decryptor
(self)
kobackupdec.py:433
Method
dump
(self)
kobackupdec.py:153
Method
e_perbackupkey
(self)
kobackupdec.py:195
Method
encMsgV3
(self)
kobackupdec.py:108
Method
good
(self)
kobackupdec.py:187
Method
has_media
Checks if media categories decryption info is provided.
kobackupdec.py:445
Method
iv
(self)
kobackupdec.py:119
Method
name
(self)
kobackupdec.py:89
Method
password
(self)
kobackupdec.py:191
Method
path
(self)
kobackupdec.py:138
Method
prf
(p, s)
kobackupdec.py:236
Method
pwkey_salt
(self)
kobackupdec.py:206
Method
records_num
(self)
kobackupdec.py:100
Method
type_attch
(self)
kobackupdec.py:217
Method
type_name
(self)
kobackupdec.py:85