Steganography

Utility to encode text using steganography - hidding text in pictures GitHub

Python utility that can encode (and decode) ASCII text into PNG pictures. It uses the last bit of color channels in each pixel to save one the text by bits.

  • Technology: Python