-
Notifications
You must be signed in to change notification settings - Fork 13
Cannot open covert file to decrypt #103
Copy link
Copy link
Open
Description
The result:
$ qcovert
Traceback (most recent call last):
File "/home/user/.local/lib/python3.9/site-packages/covert/gui/app.py", line 104, in decrypt_file
self.decrypt(data)
File "/home/user/.local/lib/python3.9/site-packages/covert/gui/app.py", line 109, in decrypt
d = DecryptView(self, infile)
File "/home/user/.local/lib/python3.9/site-packages/covert/gui/decrypt.py", line 35, in __init__
self.decrypt_attempt()
File "/home/user/.local/lib/python3.9/site-packages/covert/gui/decrypt.py", line 105, in decrypt_attempt
if self.blockstream.header.key:
AttributeError: 'BlockStream' object has no attribute 'header'
Am I doing something wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels