Skip to content

Cannot open covert file to decrypt #103

@hakavlad

Description

@hakavlad

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions