/noisebridge_steg_1

Noisebridge SF python class guest lecture: Steganography

Primary LanguageJupyter NotebookGNU Lesser General Public License v3.0LGPL-3.0

Noisebridge Python class guest lecture: Steganography

Overview

Student notebook at steganography_class_student.ipynb

Solutions will be posted after the class.

Various text files for use during the class, and for you to play with.

Setup

Requires python 3.8+ and poetry.

Install the package:

poetry install

And start a notebook server

poetry run jupiter notebook

If things don't automatically open, navigate to localhost:8888 in your favorite browser.