covert-encryption / covert-encryption/covert
Cannot open covert file to decrypt
- Dominant language
- Python
- Stars
- 45
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.