LSB-Steganography icon indicating copy to clipboard operation
LSB-Steganography copied to clipboard

Overflow error

Open felbinger opened this issue 6 years ago • 3 comments

Hello, I don't get your script working. I had to install the modules python-opencv and python-docopt via apt (working on debian), to fix the import errors. But now I get an Overflow Error:

  File "LSBSteg.py", line 189, in <module>
    main()
  File "LSBSteg.py", line 183, in main
    raw = steg.decode_binary()
  File "LSBSteg.py", line 165, in decode_binary
    for i in range(l):
OverflowError: range() result has too many items

I am running the command: python LSBSteg.py decode --in=export.png --out=outfile How can I fix it? Thanks in advance.

felbinger avatar Jun 08 '18 10:06 felbinger

I have the same problem, if anyone knows how to solve this.

EllisonFord avatar Sep 17 '18 21:09 EllisonFord

I couldn't solve the problem. I used another tool for the stego challenge I was working on.

felbinger avatar Sep 17 '18 22:09 felbinger

@felbinger Which one did you use? Thanks!

SebastienTainon avatar Jun 06 '19 16:06 SebastienTainon