Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError when decrypting #11

Open
Viarmin opened this issue Jul 5, 2021 · 2 comments
Open

AssertionError when decrypting #11

Viarmin opened this issue Jul 5, 2021 · 2 comments

Comments

@Viarmin
Copy link

Viarmin commented Jul 5, 2021

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?

@Viarmin Viarmin changed the title AssertionError when decrypting #2 AssertionError when decrypting Jul 5, 2021
@ghost
Copy link

ghost commented Jul 23, 2022

I get the error also, independently if I run the script with absolut or relative paths (even if copy the script in the seedvault directory).

@jtagcat
Copy link

jtagcat commented Jan 28, 2023

Duplicate of #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants