generated from python-discord/code-jam-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pigeon edited this page Sep 14, 2023
·
6 revisions
Steganography: the art or practice of concealing a message, image, or file within another message, image, or file.
Stego Suite is a toolkit allowing you to hide messages inside images via a range of methods (referred to as "codecs"), and extract the messages using the same codecs.
Get started with installation instructions, go straight to the guide or see a list of codecs.
You can also watch this introductory video.
Stego Suite was built by the Readable Regexes as part of the Python Discord Code Jam, 2023.