stegpy icon indicating copy to clipboard operation
stegpy copied to clipboard

Simple steganography program based on the LSB method.

Results 5 stegpy issues
Sort by recently updated
recently updated
newest added

I'm trying to use the library as part of a backend project so i got the code files not the command line tool, the encoding goes just fine. but whenever...

Traceback (most recent call last): File "/usr/local/bin/stegpy", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/dist-packages/stegpy/steg.py", line 52, in main host.read_message(password) File "/usr/local/lib/python3.8/dist-packages/stegpy/lsb.py", line 45, in read_message msg = decode_message(self.data) File "/usr/local/lib/python3.8/dist-packages/stegpy/lsb.py", line...

I used stegpy to embed a message in a .gif file and the resulting file size was about 8 times larger than the original file size. After embedding my message...

Added contributors section and changed some formatting style.