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

Updated Stegano version #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajmeese7
Copy link

The v0.8.2 version of Stegano that was used previously occasionally gave the following error:

# stegano-lsb reveal -i specimen-image.png -e UTF-8 -o output.txt
Traceback (most recent call last):
File "/opt/Stegano/stegano-lsb", line 94, in <module>
data = tools.base642binary(secret)
File "/opt/Stegano/stegano/tools.py", line 100, in base642binary
b64_fname += '==='
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'

This upgrade will resolve the problems I was encountering.

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

Successfully merging this pull request may close these issues.

1 participant