Trying to unhide a png with a hidden text, recieving that error:
python LSBSteg.py -steg-image steganography_lsb.png -out steg.bin Traceback (most recent call last): File "LSBSteg.py", line 242, in <module> main(av) File "LSBSteg.py", line 236, in main binary_steg_reveal(args.steg_image, args.out) File "LSBSteg.py", line 212, in binary_steg_reveal bin = steg.unhideBin() File "LSBSteg.py", line 194, in unhideBin for i in range(l): OverflowError: range() result has too many items
Trying to unhide a png with a hidden text, recieving that error:
python LSBSteg.py -steg-image steganography_lsb.png -out steg.bin Traceback (most recent call last): File "LSBSteg.py", line 242, in <module> main(av) File "LSBSteg.py", line 236, in main binary_steg_reveal(args.steg_image, args.out) File "LSBSteg.py", line 212, in binary_steg_reveal bin = steg.unhideBin() File "LSBSteg.py", line 194, in unhideBin for i in range(l): OverflowError: range() result has too many items