You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to decrypt a SeedVault backup on Windows 10/x64 . Here's my command:
parse.py decrypt 1615637348786 decrypted
keep getting AssertionError:
Decrypting Key-Value files:
for app kv@pm@
Traceback (most recent call last):
File "F:\Programms\python\parse.py", line 389, in
main()
File "F:\Programms\python\parse.py", line 378, in main
kv_parsed = parse_backup(backupfolder, targetfolder, userkey)
File "F:\Programms\python\parse.py", line 169, in parse_backup
kv_parsed = parse_kv_backup(backupfolder, targetfolder, key)
File "F:\Programms\python\parse.py", line 77, in parse_kv_backup
assert versionheader['name'].decode() == appname
AssertionError
i could´t resolve my issue from #7 as i don´t specified absolute paths.
What else could i do?
The text was updated successfully, but these errors were encountered:
Viarmin
changed the title
AssertionError when decrypting #2
AssertionError when decrypting
Jul 5, 2021
I'm trying to decrypt a SeedVault backup on Windows 10/x64 . Here's my command:
keep getting AssertionError:
i could´t resolve my issue from #7 as i don´t specified absolute paths.
What else could i do?
The text was updated successfully, but these errors were encountered: