/steganography-workshop

Source code and images for BroncoSec's steganography workshop!

MIT LicenseMIT

steganography-workshop

Prerequisites

  1. Install python3 (or python 2.7)L lookup how to install python3 on your system. It may already be installed; run python3 --version or python --version

  2. Install pip: sudo apt install python3-pip

  3. Install PIL: pip3 install pillow