wqyeo / Steganography-Tool

Steganography Web Application
GNU General Public License v3.0
1 stars 1 forks source link

(Image) Encoding/Decoding fails if all bits are selected #2

Open wqyeo opened 3 months ago

wqyeo commented 3 months ago

To replicate

  1. Upload a png image.
  2. Select all bits for encoding
  3. Put any message/key.
  4. Encode
  5. Use encoded image as the base.
  6. Attempt to decode the image with the same key, with all selected bits.
  7. Decoding will fail. Showing random bytes instead of original message.